View Single Post
  #163  
Old 12-15-2013, 05:15 PM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: common if/then modifications I make to x-cart...

Quote:
Originally Posted by JacksmithxD
Anyway to have an if statement to work just on a category page that displays the products? So far I can only see it working if it's 'xxx' but I need it to work on just the categorys with products listed on it.


How about:

{if $main eq "catalog" and $current_category.category ne ""}

This makes certain that there is a category that is not empty. This is the inverse of the homepage (where category will be empty).
Yes?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote