Re: Home page different from catalog page
To only show something on the home page, use this:
{if $main eq "catalog" and $current_category.category eq ""}
to HIDE something if it's not the home page:
{if $main eq "catalog" and $current_category.category ne ""}
obviously, a closing {if} as needed.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
|