View Single Post
  #1  
Old 05-08-2003, 09:53 AM
 
lplayer@3darchitect.co.uk lplayer@3darchitect.co.uk is offline
 

Member
  
Join Date: Apr 2003
Location: Hampshire/Surrey UK
Posts: 20
 

Default 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?
Reply With Quote