harrisatria Posted January 29, 2014 Share Posted January 29, 2014 i want to hide "print" label on my product page how to do that ? Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2014 Share Posted January 29, 2014 in this case you have to edit product.tpl file manually. open this file, there is a code (something like code below or something very similar) <!-- usefull links--> <ul id="usefull_link_block"> {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if} <li class="print"><a href="javascript:print();">{l s='Print'}</a></li> {if $have_image && !$jqZoomEnabled} {/if} </ul> remove the <li class="print"><a href="javascript:print();">{l s='Print'}</a></li> 1 Link to comment Share on other sites More sharing options...
harrisatria Posted February 3, 2014 Author Share Posted February 3, 2014 (edited) very thank's vekia SOLVED Edited February 3, 2014 by harrisatria (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 4, 2014 Share Posted February 4, 2014 you're welcome glad to hear that i could help you a little i marked whole topic as solved with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts