View Single Post
  #11  
Old 04-13-2004, 06:50 AM
 
Risky Risky is offline
 

Member
  
Join Date: Jan 2004
Posts: 26
 

Default

In case anyone's interested, it was asked further up this topic .. the correct syntax to check for more than one payment type at the same time is as follows. At least it worked for me:

Code:
{if $order.payment_method eq "Money Order" || $order.payment_method eq "Cheque/Check" || $order.payment_method eq "Credit Card - By Mail"} Our address: ------------ {$config.Company.company_name} {$config.Company.location_address} {$config.Company.location_city} {$config.Company.location_state} {$config.Company.location_zipcode} {$config.Company.location_country} {/if}
__________________
Risky
V3.5.3
With Options-based inventory tracking mod, by X-cart
Reply With Quote