Hi,
I have problems translating the subject for the customer invoice that is sent out by email.
The subject is default set to "Your Order at [store-name]".
I have translated this string to another language using the translation interface but I can't get it to work. When I buy a product (using the translated language) it always uses the English translation in the email that is sent out.
It seems like Ubercart doesn't use this line (line 78 in uc_cart.ca.inc)
'subject' => t('Your Order at [store-name]'),
Am I looking in the wrong place?
Thanks.
