Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Order confirmation mail template  (Read 3977 times)

Offline quekbhj

  • Full Member
  • ***
  • Posts: 133
  • Karma: +4/-1
    • View Profile
Order confirmation mail template
« on: September 08, 2013, 04:36:22 AM »
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

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Order confirmation mail template
« Reply #1 on: September 08, 2013, 09:33:25 AM »
This reply built in mail/order_confirm.tpl template

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

You need to look for:

Code: [Select]
$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. 

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline quekbhj

  • Full Member
  • ***
  • Posts: 133
  • Karma: +4/-1
    • View Profile
Re: Order confirmation mail template
« Reply #2 on: September 09, 2013, 10:12:32 AM »
Thank you! :)

Have a nice week ahead!

 

Powered by SMFPacks Social Login Mod