Customize the Add to Cart button text across your WooCommerce store. This is useful if you want a more action-focused label such as “Buy…
Want to make discounted products stand out in your WooCommerce store? You can automatically display a “Sale” badge on products that are currently on…
This WooCommerce filter customizes the currency symbol. When the active currency is USD, it overrides the default symbol with $ (or any symbol you set) and…
Display a custom promotional message above the product listing on your WooCommerce Shop page. Steps Add the code below to your theme’s functions.php. Change…
Control how many products WooCommerce displays on each Shop or product archive page. Steps Add the code below to your theme’s functions.php. Change 12…
Replace WooCommerce’s default “Free!” text with your own custom text, such as “Complimentary” or “No Charge”. Steps Add the code below to your theme’s…
If you don’t want WooCommerce to display the Related Products section on product pages, you can remove it completely with a simple hook. Steps…
Control how many related products WooCommerce displays on the single product page. Steps Add the code below to your theme’s functions.php. Change 4 to…
Display a “New” badge automatically on products published within the last 30 days. Steps Add the code below to your theme’s functions.php. Change 30…
For SEO, blindly redirecting every 404 to the homepage isn’t always recommended. A custom 404 page is often better.
If you want to control how many products appear in each row on the WooCommerce shop/category pages, you can use the loop_shop_columns filter. Steps…
Prevent swatches from appearing on certain category pages.