VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: prokops on March 28, 2016, 14:25:08 PM

Title: Virtuemart language string mixup
Post by: prokops on March 28, 2016, 14:25:08 PM
Hi!

In VM 3.0.14 when editing a product, the product pricing override box has 3 options: COM_VIRTUEMART_OVERWRITE_OFF, COM_VIRTUEMART_OVERWRITE_FINAL and COM_VIRTUEMART_OVERWRITE_PRICE_TAX.

ISIS does incorrectly use COM_VIRTUEMART_DISABLED where it should use COM_VIRTUEMART_OVERWRITE_OFF, making it harder to override.

Cheers
Title: Re: ISIS admin template language string mixup
Post by: Studio 42 on March 28, 2016, 22:48:36 PM
Strange, it comes from the template, i don't think that ISIS have some overrides for Virtuemart.
It's possible the translation is bad for your language ?
Title: Re: Virtuemart language string mixup
Post by: prokops on March 29, 2016, 13:31:04 PM
Hi!

Thanks for answering. I am sorry for have been unclear. Let me try again. Let's keep ISIS and overrides out of this.

I think I found a Virtuemart language error.

This option string in product editting:
(http://i.imgur.com/gNOu7df.png)

Should be controlled by: COM_VIRTUEMART_OVERWRITE_OFF.

But it is not. Instead, it is controlled by: COM_VIRTUEMART_DISABLED.

This is an error in my opinion.