View Single Post
  #196  
Old 08-23-2013, 07:23 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

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
__________________
xcartmods.co.uk
Reply With Quote