chefqb
Forum Replies Created
-
This solution worked for me:
add this code in your /public/www/wp-content/themes/<theme>/functions.php
add_filter ( ‘woocommerce_product_thumbnails_columns’, ‘zz_thumb_cols’ );
function zz_thumb_cols() {
return 8; //Change the 8 to reflect how many columns you need
}source:http://chromeorange.co.uk/woocommerce-set-number-of-thumbnail-columns/
I hope it helps
Best Regards
FilipeForum: Plugins
In reply to: [WooCommerce] WooCommerce – define products prices based on quantityHi Bourgdemat,
sorry the delay…
I didn’t bought the extension, and I understand your questions… I have the same ones, so I will not buy it…BR
FilipeHi all,
I would like to have my thumbnails a bit smaller to have more thumbnails in the same row (by default are 3 and I want to have 10 thumbnails in the same row), I’ve already changed my woocommerce CSS to decrease the width to 10% but it still change line after the third images …. where can I remove change it to have 10 thumbnails per line?
Thank you in advance
FilipeForum: Plugins
In reply to: [WooCommerce] WooCommerce – define products prices based on quantityHi,
It is possibel with Dynamic Price extension:
http://www.woothemes.com/products/dynamic-pricing/
price: 100$
thank you
Forum: Plugins
In reply to: [WooCommerce] Advice for developers about languages folder & translationsHi ,
I’m tring to translate it from ENG to PT.
I’ve copied woocommerce-pt_BR.mo and .po and rename both files to woocommerce-pt_PT.mo and .po, but it didn’t work, WooCommerce texts are in ENG 🙁
Can you help me?
thank you in advance.
best regards.