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)
-   -   If statement for category page (https://forum.x-cart.com/showthread.php?t=47953)

tqualizerman 06-05-2009 11:57 AM

If statement for category page
 
Hey, can anyone help me write an if statement which would determine if the current page equals a category page?

carpeperdiem 06-05-2009 12:52 PM

Re: If statement for category page
 
{if $main eq "catalog"}

tqualizerman 06-11-2009 10:14 AM

Re: If statement for category page
 
awww, thanks!

What about if I wanted to say if $main eq 'home' ? I tried that, and 'main' but it didn't work.

tqualizerman 06-11-2009 10:16 AM

Re: If statement for category page
 
{if $main eq "catalog" and $current_category.category eq ""} ?

carpeperdiem 06-11-2009 10:17 AM

Re: If statement for category page
 
{if $main eq "catalog" and $current_category.category eq ""}

is "home"

that is, there is no category.

LOOK AT: /skin1/customer/home_main.tpl for guidance.


All times are GMT -8. The time now is 03:43 PM.

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