VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: alilo on May 22, 2012, 13:33:30 PM

Title: Problem by overriding product price
Post by: alilo on May 22, 2012, 13:33:30 PM
hi,

there is a problem by overriding product price.
It is not possible to uncheck the override checkbox.
If i uncheck it and save, then it is allready checked.

I use VM version 2.0.6



[attachment cleanup by admin]
Title: Re: Problem by overriding product price
Post by: Yiannistaos on June 09, 2012, 03:11:39 AM
Hello,

This working for me:

Open the file administrator / components / com_virtuemart / tables / product_prices.php line 43

Find:

var $ override = null;

Replace with:

var $ override = 0;

Thank you ;)
Title: Re: Problem by overriding product price
Post by: DaggaTora on June 11, 2012, 12:49:04 PM
It is solved with 2.0.7D
Title: Re: Problem by overriding product price
Post by: pmkdk on June 14, 2012, 14:45:02 PM
No, this is NOT fixed in 7D! :(

I dont get how such a big software like virtuemart has an error which totally makes virtuemart worthless. How come no one is interested in fixing this? with this bug, virtuemart doesnt work at all. How can people go on with this bug existing?
Title: Re: Problem by overriding product price
Post by: DaggaTora on June 14, 2012, 15:44:37 PM
Yes, it is fixed because now you have the option to disable it. It works for me.
Title: Re: Problem by overriding product price
Post by: ERNIK on June 23, 2012, 00:22:50 AM
Quote from: Yiannistaos on June 09, 2012, 03:11:39 AM
Hello,

This working for me:

Open the file administrator / components / com_virtuemart / tables / product_prices.php line 43

Find:

var $ override = null;

Replace with:

var $ override = 0;

Thank you ;)

I'm also using 2.0.6 and editing the .php file also worked for me.  THANKS!