Hi,
I have created a new Order Status - Delivered (D) in VM (2.0.26d) configuration. However when I change the order status to Delivered, mails are being sent with the subject "COM_VIRTUEMART_MAIL_SUBJ_SHOPPER_D". Where should I customize the subject of email.
I tried adding in language override, but it did not work.
Thanks.
ISTR it should be an override on the administrator language. Note that for the latest versions the VM language files are located within the VM component rather than in the Joomla language directory.
Thanks!
I added below line in language/overrides/en-GB.override.ini
COM_VIRTUEMART_MAIL_SUBJ_SHOPPER_D="Your order - Delivered", it didn't work.
After adding it in administrator/language/overrides/en-GB.override.ini , it worked.
Thank You!
Quote from: jenkinhill on July 06, 2014, 11:49:59 AM
Note that for the latest versions the VM language files are located within the VM component rather than in the Joomla language directory.
Can you please let me know from which version onwards this is applicable. Also can you provide me directory path.
Quote from: jenkinhill on July 06, 2014, 11:49:59 AM
ISTR it should be an override on the administrator language.
By the way, what is meant by ISTR. Want to know just for learning.
I Seem To Remember - dates from the old CIX days.
Thank You this worked great!! .
Just have to know to create the en-GB.override.ini file in the overrides folder.