footprintdesign2008-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? » Quick.Cart v1.xAttila |
treewood (OpenSolution)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] |
footprintdesign2008-03-14 19:11 | treewood - thank you! This is all I need to know. You are greats, guys! Attila |