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?
COM_VIRTUEMART_MAIL_SUBJ_SHOPPER_S exists in BE and FE language files.
excellent thank you!