indian Posted October 29, 2010 Share Posted October 29, 2010 How to move "Print" "View Full Size" below add to my wishlist or under. Thanks for your time and just wanted to say that prestashop is user friendly but I am stuck moving usefull links. THANK YOU. can you post the code to modified and where to go to change it. (is it product.ptl)? Please see picture for more details. Link to comment Share on other sites More sharing options...
rocky Posted October 30, 2010 Share Posted October 30, 2010 Move the following lines 129-136 of product.tpl (in PrestaShop v1.3.1): > <!-- usefull links--> </pre> <ul> {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if} <a href="[removed]print();">{l s='Print'} {if $have_image && !$jqZoomEnabled} {l s='View full size'} {/if} </ul> down to just before line 330: {if $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if} Link to comment Share on other sites More sharing options...
indian Posted October 30, 2010 Author Share Posted October 30, 2010 THANK YOU !!! 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