View Single Post
  #21  
Old 11-23-2003, 04:09 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Ok for starters in subcategories.tpl

replace

Code:
{capture name=dialog} {assign var="tmp" value="0"}

with

Code:
{capture name=dialog} {assign var="tmp" value="0"} {section name=cat_num loop=$subcategories} {if $subcategories[cat_num].category}{assign var="tmp" value="1"}{/if} {/section}

Right above the start of the Mod. This will lose the extra text saying that there are no products.

I'm working on the other issue.
Reply With Quote