Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2946073
woocommerce
Closed

Comments

  • Susana65 started the conversation

    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


  •  2,492
    PenciDesign replied

    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 replied

    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.

  •  2,492
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.