News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Problem by overriding product price

Started by alilo, May 22, 2012, 13:33:30 PM

Previous topic - Next topic

alilo

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]

Yiannistaos

#1
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 ;)

DaggaTora

Joomla 2.5.17 | VM2.0.26d | PHP 5.3.28

pmkdk

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?

DaggaTora

Yes, it is fixed because now you have the option to disable it. It works for me.
Joomla 2.5.17 | VM2.0.26d | PHP 5.3.28

ERNIK

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!