Comments Vijay-Ananth started the conversationSeptember 9, 2020 at 9:20pmHello, In my woocommerce single product page, there sections like "You may be interested in" and " New Products, Top products, On Sale". I would like to know how i can add/remove these sections. Thanks for your help .Vijay 7,092Oliver repliedSeptember 10, 2020 at 10:44amHi,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 ...
Hello,
In my woocommerce single product page, there sections like "You may be interested in" and " New Products, Top products, On Sale".
I would like to know how i can add/remove these sections. Thanks for your help .
Vijay
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