VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: tonis on April 20, 2012, 16:15:56 PM

Title: Discount don't disappear
Post by: tonis on April 20, 2012, 16:15:56 PM
Hi

When i try to edit a product, and i  want remove the manual discount from overide field in the product menu, it want disapper. No matter what i do, the discount still remains there. I save it without any number in the field, the field is unchecked, and it gives a 100% discount (after save, the field is checked, although before saving it was unchecked).

Can someone help? thanks

VM 2.0.6
Title: Re: Discount don't disappear
Post by: tonis on April 21, 2012, 14:00:42 PM
I have fix this with the help of an earlier version...

Go to file administrator/components/com_virtuemart/tables/product_prices.php

for me its the line 43 ... overwrite the line

var $override = null;

to

var $override = 0;

This should help