X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Catagories not showing up (https://forum.x-cart.com/showthread.php?t=29941)

More-Japan 03-23-2007 06:51 AM

Catagories not showing up
 
hello all. small problem..on one of my pages, a section of the catagories is not showing up. just randomly started happening. heres the link to the page;
http://www.more-japan.com/home_m_junction.php

if u look to the left where the menu is, you will notice under 'Vehicle Line Up'..theres nothing. here is the coding i pulled to take a look at it..i cant seem to find anything wrong with it. please take a look for yourself and see if you find anything.
(the catagory numbers that it links to is all correct)

{* THIS IS FOR FIRST CATEGORY *}
<img src="{$ImagesDir}/tpl_cathead_junction1.gif"><br>
{if $active_modules.Fancy_Categories ne ""}
{include file="`$fancycategories_config.modules_path`/fancy_categories.tpl"}
{else}
{if $config.General.root_categories eq "Y"}
{section name=cat_num loop=$categories}
{if $categories[cat_num].order_by > 600}
{if $categories[cat_num].order_by < 620}
{if $categories[cat_num].avail ne "H"}
<FONT class="CategoriesList"><img src="{$ImagesDir}/tpl_categories_reddot.gif">&nbsp;<A href="home_m_junction.php?cat={$categories[cat_num].categoryid}" class="VertMenuItems">{$categories[cat_num].category}</A></FONT><BR>{/if}
&nbsp;&nbsp;<img src="{$ImagesDir}/tpl_categories_seperator.gif"><br>
{/if}
{/if}
{/section}
{else}
{section name=cat_num loop=$subcategories}
{if $subcategories[cat_num].avail ne "H"}
<FONT class="CategoriesList"><A href="home_m_junction.php?cat={$subcategories[cat_num].categoryid}" class="VertMenuItems">{$subcategories[cat_num].category}</A></FONT><BR>
{/if}
{/section}
{/if}
{/if}

More-Japan 03-28-2007 08:17 AM

Re: Catagories not showing up
 
[bump]

anybody...?


All times are GMT -8. The time now is 07:05 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.