Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Subcategories Listing help!

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-05-2002, 07:45 AM
 
ciava ciava is offline
 

Advanced Member
  
Join Date: Nov 2002
Location: UK
Posts: 56
 

Default Subcategories Listing help!

Im currently trying to implement a shop by brand section in a drop down menu.



Code:
<FORM action="home.php" method=GET name=cat_form> <SELECT name=cat onChange="javascript: document.cat_form.submit()"> {section name=cat_num loop=$subcategories} <OPTION value="{$subcategories[cat_num].categoryid}"{if $subcategories eq $subcategories[cat_num].categoryid} selected{/if}>{$subcategories[cat_num].category}</OPTION> {/section} </SELECT> </FORM>

but the above once into a category it will then list the subcategories, but i just want the subcategories to be displayed under the specific cat.
what I require is for the main cat i created (ie. shop by brand) just to display the its subcategories subcategories

I have tried to include a if statement

Quote:
{if $config.general.root_categories eq "351" loop=$subcategories}
in the form
but that just gives me a smarty php error of an unexpected $


any help would be grateful.

many thaks
Anton
http://www.savatrader.com/xcart/customer/home.php
Reply With Quote
  #2  
Old 03-17-2003, 07:50 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

Need to separate the two bits:

{if $config.general.root_categories eq "351"}
{section=sub_cat loop=$subcategories}
Your loopy bits
{/section}
{/if}

I know this is previous cos you have drop downs on your site now - but as these were hardcoded this might help.

__________________
ex x-cart guru
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:32 AM.

   

 
X-Cart forums © 2001-2020