Hi all,
This is sort of two parts:
I am working from the customer/main/products.tpl
I would like to drop the short description from the list page but keep it in the detail page. Can't quite find the code.
Here is what I am talking about
:
http://www.caltape.com/caltape/home.php?cat=3
I would like to remove the redundancy.
The same goes for the sku, but if I remove the following it also removes it from the detail page as well.
Code:
{$lng.lbl_sku}: {$products[product].productcode}
Should I be working in another tpl?
any help would be great