Magento Social Bookmarking

Hi I am in the process of experimenting with adding social bookmarking. I found Magentix on Connect. http://www.magentix.fr/modules-magen…x-sociaux.html

I am confused where to put the code to see it on product pages and catalog pages. Do I need to use certain phtml for joomlart extensions? or do I use a standard magento phtml files?

Does anyone have suggestions on other social bookmarking extensions?
Thanks

3 answers

Profile photo of Peter Matra 0.00 $tone March 29, 2012
Public

Oh yeah the extension has been installed properly, connect works fine and the options show in the backend properly. I need to figure out in what files to properly insert the code. I’ve been trying to sort out which .phtml files to insert it.

Do I have to use different files from standard Magento files? Do I use files that Joomlart uses?

#2
Profile photo of chavan 100.00 $tone March 29, 2012
Public

you need to do the following

app/design/frontend/{interface}/{theme}/template/catalog/product/view.phtml

add this code where ever you needed

Code:

<?php echo $this->getChildHtml('bookmarks') ?>

try clearing the magento and see , if it works. if not please send me your ftp and admin details in PM, I will have a look at it

#3

Please login or Register to Submit Answer

Written By

Comments