View Single Post
  #1  
Old 12-08-2009, 12:37 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Don't show certain extra fields

Ok so my client has a long list of extra fields adn he doesn't want about 5 or 6 of them not to show.

I thought this mihgt work but it doesn't.

{if $v.field ne "EB-Category 1" || $v.field ne "Vender 1 Code"}

If I use this {if $v.field ne "EB-Category 1"} the one will show but as soon as I add more than one field to the if condition it stops working.

Any suggestions?
__________________
xcart 5.1.2
Reply With Quote