Comments formarketing started the conversationApril 19, 2018 at 11:09amHi, is it possible to disable the "YOU MAY BE INTERESTED IN" option? How to do it? :)Thanks,Chris 7,092Oliver repliedApril 19, 2018 at 11:38amHi, 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, Oliver Sign in to reply ...
Hi, is it possible to disable the "YOU MAY BE INTERESTED IN" option? How to do it? :)
Thanks,
Chris
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