VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: capewellmj on September 06, 2013, 15:56:37 PM

Title: COM_VIRTUEMART_OVERWRITE_OFF Showing in backend for products 2.0.22c
Post by: capewellmj on September 06, 2013, 15:56:37 PM
Hello

I have found another bug with the latest upgrade. It is showing the following in my backend COM_VIRTUEMART_OVERWRITE_OFF as the label.

Please see screenshot. How do I fix this?

Thank you,

Martin

[attachment cleanup by admin]
Title: Re: COM_VIRTUEMART_OVERWRITE_OFF Showing in backend for products 2.0.22c
Post by: jenkinhill on September 06, 2013, 16:05:09 PM
That changed language string is known. Should be COM_VIRTUEMART_OVERWRITE_OFF="Disabled"  I believe it is fixed for 2.0.22d - in the meantime you can add it as a language override if you need to.
Title: Re: COM_VIRTUEMART_OVERWRITE_OFF Showing in backend for products 2.0.22c
Post by: capewellmj on September 06, 2013, 16:44:13 PM
Great, as long as someone knows about it. It isn't causing me any problems.

I'll wait for the upgrade. Thanks.
Title: Re: COM_VIRTUEMART_OVERWRITE_OFF Showing in backend for products 2.0.22c
Post by: capewellmj on September 06, 2013, 17:09:12 PM
Hello Again.

I decided I would fix it for the hell of it. Rather than create an override I opened the file /public_html/administrator/language/en-GB/en-GB.com_virtuemart.ini and I could see that COM_VIRTUEMART_OVERWRITE_FINAL="Overwrite final" and COM_VIRTUEMART_OVERWRITE_PRICE_TAX="Overwrite price to be taxed" were present but the string you mentioned was completely missing.

So I pasted it in exactly how you wrote it on a new line and it fixed the issue.

Thank you so much for your help :-)

Martin