If you like our themes and support, please SHARE our website! https://theme-sky.com/wordpress-themes/

Okay
  Public Ticket #1230866
How to move social share below product description
Closed

Comments

  •  2
    Hassan started the conversation

    Hello,

    I have moved content in product single page using hooks. Now i want to move social sharing from below of product image to after production description. How can i do this? Please check provided url.


  •  2
    Hassan replied

    I have resolved it with 

            remove_action('woocommerce_share', 'sanzo_template_social_sharing', 10);
            add_action('woocommerce_single_product_summary', 'sanzo_template_social_sharing', 65);


    Not removing this question in case it can help anyone else.


  •  567
    Stormit replied

    OK Hassan