jaw@jawtemplates.com

Tag: woocommerce

Wishlist still show some number

If you encounter with this problem, e.g. wishlist(2) and when you click on it, you will see blank content, resp. you will see no products, it means that the products are not exist in wordpress. You will have to go to your database and remove that products manually.   You c ...

WooCommerce 2.3

If you have updated to WooCommerce 2.3.2 with GoodStore theme version < 2.1.1 the plus and minus buttons dissepear. You will have to download and install this plugin for displaying plus and minus buttons back, or simply install the latest version of GoodStore theme. Probl ...

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

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” automati ...

How to Make Default Product Image

If you don’t have an image for every product in your shop. And you want to show for products without image some default image. Please follow these instructions: Open files /goodstore/templates/woocommerce/content-product-X.php And change on line 45 this: jwUtils::the ...

Product categories thumbnails wasn’t imported

We are using a little modified wordpress way for importing GoodStore demo data. Unfortunately Wordpress don’t know import category thumbnails. So if you see this section on our demo pages So you won’t have it in installing demo data on your pages. But you can s ...