jaw@jawtemplates.com

Could help

Swedish translation

This translation is made by Knut Hunderi (fredrikstadwebdesign.no) . Translated: 7% Description: please note that I have only translated the visible words on the front end Download sv_SE

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;’,$price); if(isset($parse ...

Small Woocommerce Carousel Shortcode

[woo_carousel_small product_cat=”high-heels,hipster-2″ count=”24″ post_in_slide=”4″ order=”desc” orderby=”date” on_sale=”0″ letter_excerpt_title=”60″ carousel_style=”bar” automatic_slide=”0″ b ...