picaflor-azul:
You can either install the pinterest button module and add the code near the addthis code that is already on the product info page. Or you can add the updated addthis code from the addthis.com site that already has the pinterest button included.
Thanks,
Anne
Thanks Anne - I experimented a bit after posting and just added the pinit button script (placing it between <div></div>) available from Pinterest widget builder (http://business.pinterest.com/widget-builder/#do_pin_it_button) in the includes/templates/abbington_mega/templates/tpl_product_info_display.php file here at line 119 - it places the PinIt button PERFECTLY under the item price next to the main image;
<div id="cartAdd">
<?php
echo $display_qty;
echo $display_button;
?>
</div>
<div>
<a href="//www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_28.png" /></a>
<!-- Please call pinit.js only once per page -->
<script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script>
</div>
[Attachment no longer available]
cheers,
Mike