Could someone point me in the right direction for where to edit the subject line used on the order confirmation emails the system sends? In particular I would like to remove the "- Order #" portion from that.
Using v 1.5.0 of opencart. Thanks in advance for any help you can offer.
Jon
edit: catalog/language/english/mail/order.php
change
to
edit: catalog/model/checkout/order.php
change
to
change
Code: Select all
$_['text_new_subject'] = '%s - Order %s';
Code: Select all
$_['text_new_subject'] = '%s';
change
Code: Select all
$subject = sprintf($language->get('text_new_subject'), $order_info['store_name'], $order_id);
Code: Select all
$subject = sprintf($language->get('text_new_subject'), $order_info['store_name']);
Can someone tell me how I can add the postcode to the confirmation email (admin only)
when our customers ring I generally search through outlook express for the order, but If they dont have an order number, then I cant find them as the email a template
therefore the postcode in the subject will be fab
thanks
ronnie
when our customers ring I generally search through outlook express for the order, but If they dont have an order number, then I cant find them as the email a template
therefore the postcode in the subject will be fab
thanks
ronnie
Who is online
Users browsing this forum: No registered users and 21 guests