vtex
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP-Creativix] Capitalized menus?Thanks!
Forum: Plugins
In reply to: [WooCommerce] Completely disable Shipping Addressany ideas?
Forum: Plugins
In reply to: [WooCommerce] Product Cagetory – Display more than 5 products on the page?I finally figured it out, my theme had it’s own setting of how many post to display and it was overwriting functions.php and general setting for wp. I’m using elegantthemes and if someone runs into the same issue, the variable is set under theme cpanel > General Settings > General > “Number of Posts displayed on Archive pages” = XXXX
Forum: Plugins
In reply to: [WooCommerce] Product Cagetory – Display more than 5 products on the page?Any idea what else i could try?
Thanks that worked!
Forum: Plugins
In reply to: [WooCommerce] Completely disable Shipping AddressYes digital/downloadable, the shipping address does not show up when checking out, but when i got to My Account i see shipping address section.
Any idea how to suppress that? Thanks
Forum: Plugins
In reply to: [WooCommerce] Product Cagetory – Display more than 5 products on the page?splash – does this work for your categories?
I get the same issue, were you able to find the solution?
Forum: Plugins
In reply to: [WooCommerce] Product Cagetory – Display more than 5 products on the page?Thanks, I tried adding:
add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 24;’ ), 20 );into my themes functions.php right above <?php } but still did not work. Any ideas?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Images BlurredI was able to fix it.
Go to WooCommerce settings > Catalog
Set preferred size of images i set all three(Catalog/single product/product) to 750×500 [v] Hard cropDownload plugin below:
https://www.ads-software.com/extend/plugins/regenerate-thumbnails/run the plugin and regenerate the thumbnails.
and it works.!
I think you can set set whatever size of images you want, 750×500 was the most suitable for me bexause all of my images are 750×500~950×700
Forum: Plugins
In reply to: [WooCommerce] Images Blurredsomeone?
Forum: Plugins
In reply to: [WooCommerce] Images BlurredI have a blurr too, but just some of my products, any ideas??
Forum: Plugins
In reply to: [WooCommerce] Custom notifications by for each product?I figured it out, the Purchase note works fine, you can add rich text there, include hyperlinks, etc.. and all of the information they need to know!
Forum: Plugins
In reply to: [WooCommerce] Adding custom product tabs to 2.01Mathesonandrew – looks great, can you share how you created those tabs? I know a little bit of coding, but not enough to understand from the conversation above. Can you point me the right direction? I’m looking for the below:
1) where do I add(what file) the code above? so the tab shows up?
2) how do I specify tab informaiton(what’s inside tab) for each product?Thanks in advance
Forum: Plugins
In reply to: [Register Plus Redux] TAB sequence messed up?Thanks !