[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Problem with mail to customer
Hi everyone! (Happy Holidays)
I am trying to implement the code for sending an order to the
customer. The provider has said that they put in the form_mail()
code into the system. I added the following code and I cannot
seem to get this to do anything, so if anyone has a suggestiong it
would be appreciated. I also tried putting a \@ instead to escape
out the @ symbol. I have tried putting this in the reciept.html page
as well. It is the last thing in report.html.
[perl arg=sub interpolate=1] form_mail (
q{[value email]},
'Your order from GiftItNow.com',
'sales@lmre.com',
<<'EndOfOrder' )
Please keep for your records.
Credit card orders will show up as LMR Enterprises.
Thank you for your Order!
-------------------------------------------------
NAME: [value name]
ADDRESS: [value address]
[value city] [value state] [value zip] [value country]
Payment Method: [value mv_payment]
[item-list]
[item-quantity] [item-code] [item-description] [item-price]
[/item-list]
SUBTOTAL: [subtotal]
SALESTAX: [salestax]
SHIPPING: [shipping]
TOTAL: [total-cost]
EndOfOrder
[/perl]