View Single Post
  #2  
Old 02-04-2007, 02:58 AM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Different invoices for check/mo and credit card payments

dont know if this will work, but maybe you could play around with it (im sure there is a way to just pass the paymentid to smarty from cart.php but that requires a little more thought)...

in order_message.tpl under the section loop, put
Code:
{if $orders[oi].order.payment_method nq 'Credit Card'} display the non credit card order message {else} display the credit card order message {/if}
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote