View Single Post
  #6  
Old 03-26-2003, 08:59 AM
 
Tye Tye is offline
 

eXpert
  
Join Date: Nov 2002
Location: Australia
Posts: 284
 

Default

How would this work if I have more than one catagory which needs update

e.g.

Code:
if $cat eq "1"} email me for details {else} {if $cat eq "2"} email me for details {else} {if $cat eq "3"} email me for details {else} {if $cat eq "4"} email me for details {else} the normal price display bits {/if} {/if} {/if} {/if}

Or can I do it like this:[code][code]if $cat eq "1", "2", "3"}
email me for details
{else}
the normal price display bits
{/if}[/code]
__________________
Today is a beautiful day, grab it while you can and live it to the full

Version 4.2.3 UNIX
Reply With Quote