View Single Post
  #3  
Old 07-31-2008, 02:30 AM
  Ene's Avatar 
Ene Ene is offline
 

X-Cart team
  
Join Date: Aug 2004
Posts: 907
 

Default Re: Multi-column subcategories for 4.1.x

Add this code:

PHP Code:
{if $tmp_subcategories[td].product_count}<br />({$tmp_subcategories[td].product_count } {$lng.lbl_products})
{elseif 
$tmp_subcategories[td].subcategory_count}<br />
({ 
$tmp_subcategories[td].subcategory_count } {$lng.lbl_categories|lower}
{/if}) 

below this line:

PHP Code:
{$tmp_subcategories[td].category|escape|default:"&nbsp;"
__________________
Eugene Kaznacheev,
Evangelist/Product Manager at Ecwid: http://www.ecwid.com/ (since Sept 2009)

ex-Head of X-Cart Tech Support Department
ex- X-Cart Hosting Manager - X-Cart hosting
ex-X-Cart Technical Support Engineer


Note: For the official guaranteed tech support services please turn to the Customers HelpDesk.
Reply With Quote