AbanteCart Community
Shopping Cart Operations => Support => Template Support => Topic started by: intheair on December 27, 2013, 06:51:32 PM
-
Hi, where can I find the file to edit mail order update?
-
https://github.com/abantecart/abantecart-src/blob/master/public_html/admin/model/sale/order.php
Look for public function addOrderHistory(...
-
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.
-
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?
-
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.