![]() |
Your order has been sucessfully processed email
As far as I can see order_notification_admin.tpl is responsible for sending the order department the order detail layout.
# Notify orders department by email / func_send_mail/ in func.php What I do not understand is that this .tpl contains: {$lng.lbl_customer_info} {$lng.lbl_billing_address} {$lng.lbl_shipping_address} as well as the {include file="mail/order_data.tpl"} but the email doesnt actually contain any address details, only the order details. I was wanting to create a different layout for the order department and was intending to use order_notification_admin.tpl as the basis of my new layout. So the question is: Why do I not see the Billing/Shipping details in the Your order has been sucessfully processed email? |
The standard code for the order_notification_admin template:
Code:
{* $Id: order_notification_admin.tpl,v 1.7.2.1 2003/01/31 07:12:12 svowl Exp $ *} The $lng.lbl etc... are the labels for the address details from the languages area. the customner details are held in the {$order.b_address} bits. hth |
Sorry, I was not clear about the problem:
Here is the the email I get, I assume from order_notification_admin template, so why does it not contain the details listed in the stanard template which I have not edited? (specifically the address details) Dear sarwar! Your order has been successfully processed. Order id: #63 Order date: 11.05.2003 03:44 Products ordered: ----------------- Product Code: 100001 Product: ArCon+5 Quantity: 1 Item price: бё 153.18 Total: ------- Payment method: Credit Card (Protx VSP Form) Delivery: 1st Class Post Subtotal: бё 153.18 Discount: бё 0.00 Coupon saving: бё 0.00 () Delivery cost: бё 2.50 VAT: бё 26.81 Total: бё 182.49 -- Thank you for using Online Warehouse Phone: 44 (0) 1420 520023 Fax: 44 (0) 1420 22807 URL: www.online-warehouse.co.uk |
If I undertsand your question correctly, the processed notification template is order_customer_processed.tpl.
Here are the contents. Code:
{* $Id: order_customer_processed.tpl,v 1.13 2002/10/22 05:45:16 alfiya Exp $ *} This should explain why you are not getting the address info. It is not in the template. :) |
All times are GMT -8. The time now is 01:42 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.