Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author micropat

    (@micropat)

    To place the share buttons below your WooCommerce short descriptions, you can add a filter to your theme’s functions.php file:
    add_filter( 'woocommerce_short_description', 'A2A_SHARE_SAVE_add_to_content', 98 );

    Added this code to the theme’s functions.php file, but the original placement of share buttons icon is still there, instead of moved.

    So it is now sharing 2 sets of buttons in product page. Where do you delete the original placement?

    • This reply was modified 7 years, 9 months ago by monkey201311.

    Is there a way to omit the buttons at the tab in woocommerce?

    Plugin Author micropat

    (@micropat)

    Update for WooCommerce: In AddToAny version 1.7.13, the share buttons now automatically appear after the product_meta (SKU, etc.) by default, instead of in product’s description. So the filter I mentioned earlier is no longer needed.

    If you’d like to move the default share buttons in WooCommerce, you can edit your WooCommerce share.php Single Product Share template.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to show buttons in short description instead of description section in woo?’ is closed to new replies.