News:

AbanteCart v1.4.2 is released.

Main Menu

Order confirmation mail template

Started by quekbhj, September 08, 2013, 04:36:22 AM

Previous topic - Next topic

quekbhj

Hi

I would like to know the file name and its location for the order confirmation mail as i want to change the subject.
Currently, it display "Store name - Order #".

Thank you
Jasmine

abantecart

This reply built in mail/order_confirm.tpl template

And variables are built in storefront/model/checkout/order.php

You need to look for:


$template->data['title'] = sprintf($language->get('text_subject'), html_entity_decode($order_row['store_name'], ENT_QUOTES,
'UTF-8'), $order_id);


Basically, you need to set your store name correctly in configuration. 


quekbhj


Forum Rules Code of conduct
AbanteCart.com 2010 -