VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: hk on July 06, 2014, 11:40:57 AM

Title: New Order status
Post by: hk on July 06, 2014, 11:40:57 AM
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.
Title: Re: New Order status
Post by: jenkinhill on July 06, 2014, 11:49:59 AM
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.
Title: Re: New Order status
Post by: hk on July 06, 2014, 12:59:59 PM
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.
Title: Re: New Order status
Post by: hk on July 06, 2014, 13:02:16 PM
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.
Title: Re: New Order status
Post by: jenkinhill on July 06, 2014, 16:56:23 PM
I Seem To Remember - dates from the old CIX days.
Title: Re: New Order status
Post by: hotrod on July 13, 2014, 20:51:33 PM
Thank You this worked great!! .

Just have to know to create the en-GB.override.ini file in the overrides folder.