In Ubercart you can send an email with an order invoice through View orders page, click to view an order, click on invoice tab, click on mail invoice, url (admin/store/orders/%uc_order/invoice/mail).
I need to modify the default subject used in email sent.
Where in code do I touch to change it please?

Best Regards,
Bunset
E-duca.eu
www.e-duca.eu

CommentFileSizeAuthor
captura 2011-07-18 a las 19.58.12.png26.29 KBbunset

Comments

longwave’s picture

Status: Active » Fixed

It is set in uc_order_mail() in uc_order.module. You can change it with string overrides module or by translating the string "Your Order Invoice".

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.