View Single Post
  #1  
Old 08-03-2006, 09:44 PM
 
hudge hudge is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 50
 

Default Lost my sub catgories

http://www.hookupwireless.com/home.php?cat=127

I can see any of the info.
<a class="alt" href="home.php?cat=">
[img]icon.php?categoryid=[/img]
</a>

This seems completely wrong, here is my code from skin1/customer/main/subcategories.tpl

Code:
{if $tmp and $first_subcat ne "Y"} <td valign="top" rowspan="{count value=$subcategories print="Y"}">[img]{if $current_category.icon_url}{$current_category.icon_url}{else}{$xcart_web_dir}/image.php?id={$cat}&amp;type=C{/if}[/img]</td> {assign var="first_subcat" value="Y"} {/if} <td class="SubcatTitle"><font class="ItemsList">{ $subcat.category|escape }</font> </td> <td class="SubcatInfo">{if $config.Appearance.count_products eq "Y"} {if $subcat.product_count}{ $subcat.product_count } {$lng.lbl_products} {elseif $subcat.subcategory_count}{ $subcat.subcategory_count } {$lng.lbl_categories|lower} {/if} {/if}
__________________
-----www.hudge.com------
X-Cart Pro v4.1.8
X-Cart Gold v4.1.8
Lite Commerce v2.2
Reply With Quote