WooCommerce
-
How to Replace WooCommerce External / Affiliate Product Button Text Using MySQL
by
in TipsThere’s an easy way to replace the default WooCommerce Buy product button text on the External / Affiliate products by editing the functions.php file of your WordPress theme. But, here I show how to change the button text using MySQL. The MySQL method is helpful if you want to keep the ability to have different…
-
How to Add Prefix in Front of WooCommerce Product Price
by
in TipsHere’s my version of the code that adds a prefix to the price of products in Woocommerce.
-
How to Remove WooCommerce Product Title from Breadcrumbs
by
in TipsHaving the WoCommerce product title appearing as a part of the breadcrumbs, which sit above the actual product title on single product pages, may look redundant and not very nice.