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?
|