• How can you add the social sharing widget to the WooCommerce product page? Specifically, I’d like to add the sharing icons to my theme, at a specific position in the woocommerce_single_product_summary section. For example:

    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );

    How do you do that?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Integration with WooCommerce product page’ is closed to new replies.