View Single Post
  #2  
Old 03-14-2007, 08:30 PM
 
pdheady pdheady is offline
 

Advanced Member
  
Join Date: Mar 2007
Location: West Palm Beach, FL
Posts: 36
 

Default Re: Need simpler function for cat id conditions...

Well I figured it out.

This does the trick!

{if ($location[1].0) eq "this" }

do this

{/if}

{if ($location[2].0) eq "that" }

do that

{/if}
__________________
Xcart 4.0.19
Reply With Quote