MEG Venture 267 Posted August 20, 2014 Posted August 20, 2014 Thanks for this free module, clean and it works! But I need help to configure it. How can I move the position in the product page? I have got this button before the print link, which file I need to modify or which option I need to touch? Thank you very much. here is the ss. Hi Open themes>yourtheme>product.tpl and find the below lines {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if} <li class="print"><a href="javascript:print();">{l s='Print'}</a></li> The module is hooked to the $HOOK_EXTRA_LEFT hook, so if you want the social buttons are listed below the Print button, you need to change the above lines like below: <li class="print"><a href="javascript:print();">{l s='Print'}</a></li> {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if} But if you want to locate the social buttons at top, you need to go to the Bakcoffice>Modules>Positions and find the Product Extra Left tab, then change the module display order such as the social buttons come to the top. Hope that helps Share this post Link to post Share on other sites
natebc 14 Posted January 18, 2016 Posted January 18, 2016 Hi MEG Venture, Can you tell me if this would work on 1.6? Natbc Share this post Link to post Share on other sites
MEG Venture 267 Posted January 18, 2016 Posted January 18, 2016 Hi MEG Venture, Can you tell me if this would work on 1.6? Natbc Yes, it is compatible. Share this post Link to post Share on other sites
Copernican Theory 3 Posted January 19, 2016 Posted January 19, 2016 Hello Meg Venture - I am new here and this is my first post. I would suggest changing your original post to say that this module works for 1.6 so we don't have to read through 6 pages to find out. You might be missing everyone who has 1.6 Thank you!! 1 Share this post Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now