gtonti Posted August 2, 2012 Share Posted August 2, 2012 (edited) Hi. I'm having a little problem with the module "Social Share". I need to move the module in the product page to the product infos. Take a look of the photo. Any idea? PrestaShop 1.4.8.2 - Theme Prestashop-Alt personalized. Edited August 2, 2012 by gtonti (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted August 9, 2012 Share Posted August 9, 2012 (edited) It depends on the hooks set in the module. Right now, it looks like it's hooking in product footer, and you want to hook it to ExtraLeft. If the module has a built-in hook to do that, you only have to go to modules->positions, and trasnplant it to extraLeft. If it doesn't support that, you'll have to add it manually in the module's code. It can also be that it's already in extraleft with a clear both, and in that case you'll have to remove the clear from it's CSS. Hope this helps Cheers! Edited August 9, 2012 by Nemo1 (see edit history) Link to comment Share on other sites More sharing options...
gtonti Posted August 9, 2012 Author Share Posted August 9, 2012 Thankyou, Nemo1. I don't find a ExtraLeft hook. So I need to add it manually. Link to comment Share on other sites More sharing options...
NemoPS Posted August 9, 2012 Share Posted August 9, 2012 (edited) The complete name is "extra action on product page (left column)". Look for it in the "transplant module" Edited August 9, 2012 by Nemo1 (see edit history) Link to comment Share on other sites More sharing options...
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