Skip to content
Public Ticket #19256

woocommerce

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Yes. We'll add this option in the future theme update.

Regards,
PenciDesign.


Susana65 replied

Customer Reply

Thank you for your very quick answer! It works well. :- )

But too bad I had to install a plugin for this. I hope you can put an off/on button for the share box in woo commerce dept in the next update. 
Best regards.

PenciDesign Supporter replied

Staff Reply

Hi,

Please install the Code Snippet plugin, then create a new snippet with the following content:

add_action( 'woocommerce_before_single_product', function(){
    remove_action('woocommerce_single_product_summary','woocommerce_template_single_sharing', 50);
});

Regards,
PenciDesign.



Susana65 started the conversation

Conversation Start

Hello

I would like to remove the share box from my products page in woo commerce but I can't find the place to do it.
Could you please help me?
Thanks in advance
Best regards

Want to join this conversation or access attachments? Sign in first.