Jump to content

[SOLVED] how to hide "print" label in product page ?


Recommended Posts

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>
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...