[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Problem with mail to customer
Where is your report.html file? Do you still have one in etc also? If
so, check where your order profile is defining things...
Jason.
On Thu, 9 Dec 1999 xerxes@intermind.net wrote:
> ****** message to minivend-users from xerxes@intermind.net ******
>
> 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]
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>