jaw@jawtemplates.com

Could help

WooCommerce documentation

If you wonder how to add a product, edit product, create product category, … Please visit this link: http://docs.woothemes.com/

How to reimport demo content?

You will have to delete one key in database. Please Open wp_options table, find demo-GoodStore in options_name and delete this row. Now you can start importing data again.

Norwegian translation

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

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;’ ...