FOR SOCIAL SHARE ADD :
PLUGIN PAGE :
http://www.bdebazaar.com/wp-admin/plugin-editor.php?file=woocommerce/templates/content-single-product.php&a=te&scrollto=833
LINE NO : 57
AFTER :
<div class=”summary entry-summary”>
<?php
/**
* woocommerce_single_product_summary hook
*
* @hooked woocommerce_template_single_title – 5
* @hooked woocommerce_template_single_rating – 10
* @hooked woocommerce_template_single_price – 10
* @hooked woocommerce_template_single_excerpt – 20
* @hooked woocommerce_template_single_add_to_cart – 30
* @hooked woocommerce_template_single_meta – 40
* @hooked woocommerce_template_single_sharing – 50
*/
do_action( ‘woocommerce_single_product_summary’ );
?>
<?php echo do_shortcode(‘[ar-simple-social-share]’); ?>
</div><!– .summary –>
SHORT CODE :
<?php echo do_shortcode(‘[ar-simple-social-share]’); ?>