AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: intheair on December 27, 2013, 06:51:32 PM

Title: Edit template for Mail Order Update
Post by: intheair on December 27, 2013, 06:51:32 PM
Hi, where can I find the file to edit mail order update?
Title: Re: Edit template for Mail Order Update
Post by: abantecart on December 27, 2013, 10:37:26 PM
https://github.com/abantecart/abantecart-src/blob/master/public_html/admin/model/sale/order.php

Look for  public function addOrderHistory(...
Title: Re: Edit template for Mail Order Update
Post by: intheair on December 28, 2013, 12:56:09 AM
Thanks but what I meant was for the Language Definition. There was no change when I updated translation for 'mail_order_update'.

Fyi, I was able to edit order_confirm.tpl located at public_html/storefront/view/default_html5/template/mail
so I assume I can work in a similar way for the order update.
Title: Re: Edit template for Mail Order Update
Post by: abantecart on December 28, 2013, 10:44:18 AM
Storefront work slightly different for order update. There is no "mail_order_update" language definition. Where did you find it?

Can you post details what you need to do?
Title: Re: Edit template for Mail Order Update
Post by: intheair on December 29, 2013, 06:13:51 PM
First I click the 'notify customer' and add order history at Orders > Status & Comments.

Then I changed the language definition using the text I found from the email below:

Order ID: 20
Date Ordered: 28/12/2013

Your order has been updated to the following status:

Processing

To view your order click on the link below:..


The similar text block was 'mail_order_update' but no change occurred when I edited the translation field.

Fyi, I only know html and css so I'm not sure what to do with the link you provided earlier.