View Single Post
  #7  
Old 04-13-2004, 12:15 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Looking over include/payment_method.php I see:
Code:
$userinfo = array_merge($userinfo,$HTTP_POST_VARS);

So this may work:

{$userinfo.Customer_Notes}

If not try adding

Code:
$mail_smarty->assign("Customer_Notes",$HTTP_POST_VARS["Customer_Notes"]);

To the payment_method.php file. and try $Customer_Notes again in the mail template.

hth.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote