Quote:
For product lists inside categories, I am displaying by rows. However, Reboot uses the "long description" for these product lists, which makes for really long lists.
Is there a way to use the "short description" instead?
|
skin/reboot/customer/main/products_t.tpl
Replace...
Code:
{if $product.fulldescr ne ""}{$product.fulldescr|amp}{else}{$product.descr|amp}{/if}
With...
Code:
{$product.descr|amp}
Quote:
Is your "Advanced Testmonials" for Reboot available as a standalone product for 4.6?
|
Yes