View Single Post
  #5  
Old 10-27-2004, 05:46 AM
  ETInteractive.com's Avatar 
ETInteractive.com ETInteractive.com is offline
 

X-Adept
  
Join Date: Dec 2002
Posts: 747
 

Default

Problem.

if i use this code
Code:
{if {$location[position].1} eq "Riding Gear"} [img]{$ImagesDir}/size_icon.gif[/img] {/if}

I get the following output:

eq "Riding Gear"} Image appears



if i use this code
Code:
{if $location[position].1 eq "Riding Gear"} [img]{$ImagesDir}/size_icon.gif[/img] {/if}


I get NOTHING to output.

what am i doing wrong?
__________________
ETInteractive.com
X-Cart 3.5.x
Reply With Quote