Jump to content

(Resolved) How to move Print View Full Size below add to my wishlist or under


Recommended Posts

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.

32365_lW2gRGS2efEuNUwIVWwv_t

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...