Comments dj-network started the conversationNovember 26, 2018 at 1:23pmHi, how can we remove the related product zone? ("you may be interested in" zone)Thank You 7,095Oliver repliedNovember 26, 2018 at 3:09pmHi, Add this code to the functions.php of the child theme: function thegem_remove_related_products(){ remove_action('thegem_woocommerce_after_single_product', 'woocommerce_output_related_products', 5); } add_action('init', 'thegem_remove_related_products', 5);Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Likedj-network repliedNovember 27, 2018 at 8:12amThank you, it works ^^ 7,095Oliver repliedNovember 27, 2018 at 8:13amWelcome!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,
how can we remove the related product zone? ("you may be interested in" zone)
Thank You
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
Thank you, it works ^^
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver