View Single Post
  #60  
Old 02-02-2008, 03:26 AM
 
davej2k davej2k is offline
 

Advanced Member
  
Join Date: Sep 2007
Posts: 47
 

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

Hi,
I want to add an extra line at the checkout summary page depending upon the value of a field called 'prodlocation'
The code I've insterted is:
Quote:
{if $products[prod_num].prodlocation eq "Dave"} show this {/if}

But the message isn't displayed.

If I enter:
{if $products[prod_num].prodlocation eq ""} show this {/if}

The message is shown which is strange as the value of prodlocation is Dave.

Any ideas?
__________________
www.qcum.co.uk
version: 4.1.8
Reply With Quote