![]() |
Dropping short description
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} any help would be great |
Need to open up the shop for us to see it, or at least give us the key :)
Are you working with a single column or multiple columns? Removing the SKU from the products page won't affect the detail page..... |
Sorry about that. Try it now
|
Ok, you are indeed in the right template, products.tpl. To remove the short description, just remove or comment out this line:
Code:
{$products[product].descr|truncate:300:"...":true} |
Works perfect! Thanks a ton.
Michael |
All times are GMT -8. The time now is 11:44 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.