Bookmark addthis.com Service Magento Pro ...

To Bookmark Button addthis.com in the Magento product pages to integrate the social, you have to just open the file and there at the end but still within the </ ul> tags, adding his own code addthis. Alternatively, you can also build you a new <ul> </ ul> block.
app / design / frontend / default / your theme / template / catalog / product / view / addto.phtml
Of course there can be all the other social bookmark and deposit services, or individual icons.
<? Php $ _product = $ this-> GetProducts ()?>
<ul class="add-to-links">
<(Helper ('wishlist') -> isAllow () if $ this-php)?>:>?
<li> <a href = "<= $ this-> helper ('wishlist') -> getAddUrl ($ _product) ?>"><? php echo $ this->__(' Add to Wish List ')? > </ a> </ li>
Php endif;?>
<(Helper ('catalog / product_compare') -> getAddUrl ($ _product) php if $ _compareUrl = $ this-)?>:>?
<li class="last"> <span class="separator"> | </ span> <a href = "<php echo $ _compareUrl ?>"><? php echo $ this->__(' Add to Compare? ')?> </ a> </ li>
Php endif;?>
<br /><- AddThis Button BEGIN ->
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=deinaccountname"> <img src = "http://s7.addthis.com/static/btn/ sm-bookmark-en.gif "width =" 83 "height =" 16 "alt =" Bookmark and Share "style =" border: 0 "/></ a> <script type = "text / javascript" src = " pub = Anubiz http://s7.addthis.com/js/250/addthis_widget.js # "> </ script>
<- AddThis Button END ->
</ Ul>













