yudi.sutanto Posted November 5, 2013 Share Posted November 5, 2013 Hi, How can I move facebook share to be placed after the add to cart button? At the moment it was placed after the thumbnail of the product image. Thanks for your kind help Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 hello in this case you will need to move whole hook (because facebook share is a module) below the add to cart button. in product.tpl file move this code: {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if} Link to comment Share on other sites More sharing options...
yudi.sutanto Posted November 6, 2013 Author Share Posted November 6, 2013 Hi Vekia, THanks for the reply. But how exactly to move the facebook share? Do i have to change $HOOK_EXTRA_LEFT to something else or remove it entirely? Link to comment Share on other sites More sharing options...
vekia Posted November 6, 2013 Share Posted November 6, 2013 in your product.tpl file just move this code under your cart button: <ADD TO CART BUTTON CODE HERE> {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if} {if isset($HOOK_EXTRA_RIGHT) && $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if} you can also try to transplant this module (modules > positions > green transplant button) to extraright hook. 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