by Dimitri | Jul 8, 2024 | WooCommerce
This article will guide you through on how to Extend WooCommerce search results to show Product Tags, Descriptions, SKU and Price, thereby improving the search experience for your customers. Code Breakdown: Extend WooCommerce search results By utilising custom...
by Dimitri | Jul 4, 2024 | WooCommerce
The snippet below displays a variation selector & Add To Cart Button for variable products on WooCommerce shop pages, allowing customers to select product variations directly from the product loop. This tutorial provides a PHP code snippet to customize your...
by Dimitri | Jun 16, 2024 | WooCommerce
This solution is for a reddit thread requesting functionality to blur sensitive images with a user controlled setting to enable or disable the blur once logged in. I was surprised to find that there was no OOB solution already existing, at least none that I could...
by Dimitri | Jun 7, 2024 | WooCommerce
For reddit request: Buy 2 Get 1 Free plugin for woocommerce What does this code do? This code snippet for WooCommerce gives customers a free item for every 4th variation of a different product in their cart. The conditions are that the attribute term (variation) must...