View Single Post
  #2  
Old 04-23-2008, 05:22 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Remove "see details" and "save x%"

Hi merbay,

To remove "See Details"...
open up skin1/customer/main/products.tpl and {* comment out *}
Code:
<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_page}{if $featured eq 'Y'}&amp;featured{/if}">{$lng.lbl_see_details}</a>

To remove "save x%"...
Again in products.tpl locate and comment out...
Code:
{$lng.lbl_save_price} {$discount}%

There doesn't appear to be anything that can remove SKU either so if you've already commented it out. It should be okay.

Hope this helps.
__________________
Doms
kube v4.1.9
Reply With Quote