VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: powpow12 on December 14, 2013, 21:15:56 PM

Title: override constant COM_VIRTUEMART_MAIL_SUBJ_SHOPPER_S did not change email subj
Post by: powpow12 on December 14, 2013, 21:15:56 PM
Hello,  I made the override through the admin panel by going to language and override tab and confirmed the back-end by going to the language directory.  However, when I log in as admin and change status of order to shipped the shopper receives the default subject line.

Here is what I changed the shipping message to:


COM_VIRTUEMART_MAIL_SUBJ_VENDOR_S="Shipped order %3$s for %1$s"
COM_VIRTUEMART_MAIL_SUBJ_SHOPPER_S="Shipped order %3$s from %1$s"



here is the default and what they are getting:


COM_VIRTUEMART_MAIL_SUBJ_SHOPPER_S="[%3$s], Shipped order from %1$s, total %2$s"


I cleared cache and logged out and back in with no success, any thoughts?
Title: Re: override constant COM_VIRTUEMART_MAIL_SUBJ_SHOPPER_S did not change email subj
Post by: jenkinhill on December 15, 2013, 11:24:49 AM
COM_VIRTUEMART_MAIL_SUBJ_SHOPPER_S exists in BE and FE language files.
Title: Re: override constant COM_VIRTUEMART_MAIL_SUBJ_SHOPPER_S did not change email subj
Post by: powpow12 on December 15, 2013, 17:30:44 PM
excellent thank you!