jaw@jawtemplates.com

Tag: price

How to Add Woocommerce Product Days Availability

Simply create  a custom field in a product and then show it in a single product page When you add 0 (zero), the string will not show. Default value is “1-3”. You can change the string (translation) here – ../goodstore/woocommerce/content-single-product.php ...

Filters for Price and Size not Working

Size Filter make sure that the variations when you add is not separated by | but by bubbles save over don’t need update product it will save automatically if something is sold out for a variation, it won’t show, you have to manually go configure. Price Filter make sure you r ...

How to set only minimal price for variable products

Open functions.php in your child theme and add this code there add_filter(‘woocommerce_variable_price_html’,’jaw_woocommerce_variable_price_html’,10,1); function jaw_woocommerce_variable_price_html($price) { $parse_price = explode(‘ndash;’ ...