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
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 ?
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.