Hi there,
It's quite easy to do so but you have to take a look at the code
Find the file you are using to display your product (it may be show_default, show_tabular or show_reversed) in the folder components/com_hikashop/views/product/tmpl
use the search function to find these lines:
if(!empty($plugin) && (@$plugin->published || @ $plugin->enabled)) {
echo '{hikashop_social}';
}
just move this code to another place in this file.
I guess putting at the end of the file will be ok in your case.
If it's outside of a php tag, don't forget to add <?php and ?> at the begining and the end of the given lines