jcortes
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Missing categories after updating to 2.2.2That issue that I have is not the link format. It looks like this has been an issue before, see the link, hopefully they push out a similar fix.
http://wordpress.org/support/topic/product-categories-have-disappeared-after-latest-update?replies=30Forum: Plugins
In reply to: [WooCommerce] Missing categories after updating to 2.2.2That is exactly the issues that I”m having. Hopefully they come up with a solution and not have to add a product to all parent categories. Thanks.
Forum: Plugins
In reply to: [WooCommerce] Disable (remove) "related products" woocommerce 2.1.2Worked just fine. Thanks for all your @monsterness
Forum: Themes and Templates
In reply to: [discover] Disable "related products" woocommerce 2.1.2@japhys- That’s the reason why I wanted to disable the related products. To remove the “related products” add the code:
remove_action( ‘woocommerce_after_single_product_summary’,
‘woocommerce_output_related_products’, 20 );All the way to the bottom of the functions.php page, works great.
Forum: Plugins
In reply to: [WooCommerce] Disable (remove) "related products" woocommerce 2.1.2I really appreciate the help. The worked worked perfect to remove “related products”. Do you know if there is a way to remove the “additional information” tab with code? I have about 400 products and I’m trying to avoid going one by one, I had code on woocomerce 2.0 that did the job and I would like something similar for woocomerce 2.1. Again, thank you so much.
Forum: Themes and Templates
In reply to: [discover] Theme messed up after woocommerce updateIf you have discoverpro the developer released updated files to fix this issue that works great, had the same problem and that fixed it for me and actually fixed a few other issues I’ve had.