Comments Damien started the conversationSeptember 3, 2018 at 8:24amHi, I would like to delete the related product "You may be interested with" on every single page. Is there an easy way to do it without modifying the code directly ? Thank you in advance, Best 7,095Oliver repliedSeptember 3, 2018 at 9:29amHi, Add this code to the functions.php of the child theme: function thegem_child_woocommerce_output_related_products() { remove_action('thegem_woocommerce_after_single_product', 'woocommerce_output_related_products', 5); } add_action('init', 'thegem_child_woocommerce_output_related_products');Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverDamien repliedSeptember 3, 2018 at 2:24pmWorks perfectly Thank you 7,095Oliver repliedSeptember 4, 2018 at 7:28amWelcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi,
I would like to delete the related product "You may be interested with" on every single page.
Is there an easy way to do it without modifying the code directly ?
Thank you in advance,
Best
Hi,
Add this code to the functions.php of the child theme:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Works perfectly Thank you
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver