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

Help with IF statement for category display

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 09-12-2007, 08:39 AM
 
BobTastic BobTastic is offline
 

Advanced Member
  
Join Date: Oct 2006
Location: London, England
Posts: 55
 

Default Help with IF statement for category display

Hi,

I want to display a column on the right on certain pages. I have this column in home.tpl and I have successfully managed to get it to not be displayed on the home page of the site, but cannot figure out how to remove it from other pages. Here is the code I have at the moment:

{if $main eq "catalog" and $current_category.category eq ""}{else}<td valign="top" class="VertMenuRightColumn">
{include file="symbols.tpl"}</td>{/if}

Ideally I don't want the column to appear on any pages except certain category pages (but not all category pages). Let's say I want it to show on category 1, 5, 9, and 11. What is the correct code to use?

Thanks for your time.
__________________
Version: 4.4
OS: Linux
Reply With Quote
  #2  
Old 09-12-2007, 10:05 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Help with IF statement for category display

Thit thread may point you in the right direction...

http://forum.x-cart.com/showthread.php?t=32768
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #3  
Old 09-12-2007, 10:34 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Help with IF statement for category display

{if $main eq "catalog" AND ($current_category.categoryid eq "1" OR $current_category.categoryid eq "5" OR $current_category.categoryid eq "9" OR $current_category.categoryid eq "11")}
Show Column
{/if}
Reply With Quote
  #4  
Old 09-14-2007, 09:10 AM
 
BobTastic BobTastic is offline
 

Advanced Member
  
Join Date: Oct 2006
Location: London, England
Posts: 55
 

Default Re: Help with IF statement for category display

Thanks Jon. It works a treat.

Although I would also like the right column to appear on ALL product pages too. What code do I add to make this happen?

Thanks a lot for your help with this.
__________________
Version: 4.4
OS: Linux
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:10 AM.

   

 
X-Cart forums © 2001-2020