Comments 2Nicolas started the conversationFebruary 3, 2017 at 3:09pmHello, I'd like to add the share buttons (social networks) on the quickview window of products.How can i do it please ?Thank you,Nicolas 567Stormit repliedFebruary 3, 2017 at 7:13pmHi Nicolas,You can add the custom PHP code below add_action('sanzo_quickshop_single_product_summary', 'sanzo_template_social_sharing', 70); And the custom CSS code below div.pp_woocommerce div.ppt{ display: none !important; } Best regards, 2Nicolas repliedFebruary 3, 2017 at 7:58pmshould I add this php code in function.php ? 567Stormit repliedFebruary 3, 2017 at 8:17pmHi Nicolas,If you have installed a child theme, you can add it into the functions.php file of child theme.If you add it into the functions.php file of the main theme, your change will be lost when you update the theme in future.Best regards, Sign in to reply ...
Hello,
I'd like to add the share buttons (social networks) on the quickview window of products.
How can i do it please ?
Thank you,
Nicolas
Hi Nicolas,
You can add the custom PHP code below
And the custom CSS code below
Best regards,
should I add this php code in function.php ?
Hi Nicolas,
If you have installed a child theme, you can add it into the functions.php file of child theme.
If you add it into the functions.php file of the main theme, your change will be lost when you update the theme in future.
Best regards,