SendOrderToClient with all delivery data

footprintdesign

Avatar: footprintdesign

2008-03-13 21:35

I'm using Q.C. v1.4 and SendOrderToClient for it. When sending order to client, just few fields are included in the sent email. I would like to include ALL the field the customer fills in when sending the order. Can you tell me what is the code what I have to put to the existing code?

---------------------------------------------------
Delivery data
---------------------------------------------------
Name: $_POST[sFirstName] $_POST[sLastName]
Address: $_POST[sStreet]
Zip: $_POST[sZipCode]
City: $_POST[sCity]
Phone: $_POST[sTelephone]
Company: $_POST[.....................]
Email: $_POST[......................]
Comments: $_POST[....................]
..................................

Thanks in advance.

» Quick.Cart v1.x

Attila

treewood (OpenSolution)

Avatar: treewood

2008-03-14 08:39

footprintdesign - edit templates/orders_delivery.tpl and check names of fields. For example company have name="sCompany" then in file SendOrderToClient You must add $_POST[sCompany]

footprintdesign

Avatar: footprintdesign

2008-03-14 19:11

treewood - thank you! This is all I need to know. You are greats, guys!

Attila

Back to top
about us | contact