Hi,
To open it in a new window you have to replace this line:
$html=$div.'<a href="http://pinterest.com/pin/create/button/?url='.hikashop_currentURL().'&media='.$imageUrl.'&description='.htmlspecialchars(strip_tags($product->product_description), ENT_COMPAT,'UTF-8').'" class="pin-it-button" count-layout="'.$count.'"><img border="0" src="http://assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></span>';
with this one:
$html=$div.'<a taget="_blank" href="http://pinterest.com/pin/create/button/?url='.hikashop_currentURL().'&media='.$imageUrl.'&description='.htmlspecialchars(strip_tags($product->product_description), ENT_COMPAT,'UTF-8').'" class="pin-it-button" count-layout="'.$count.'"><img border="0" src="http://assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></span>';
And about the count just go in the joomla's plugin manager, find the hikashop social plugin and look at the options, you'll find few display options