VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: lostmail on July 11, 2013, 09:26:36 AM

Title: Price not visible when outdated ??
Post by: lostmail on July 11, 2013, 09:26:36 AM
I set a price with a 20% OFF calculation rule (Special Price) and set time limit from 01.07.2013 to 05.07.2013

The Result at  06.07.2013 is that in frotend the product has NO price anymore....

???

Title: Re: Price not visible when outdated ??
Post by: aksatob on August 16, 2013, 20:08:02 PM
Same problem here, anyone has solution?:

i set up rule for override price and i also setup "time window" for this rule - from 12.8 to 15.8.
Yesterday (at date of expiration of this rule) price disappears from frontend.
I play a little bit with "expiration date" and it seem that after expiration (including date of expiration) rule is switched off, but "original" values are not "restored" ?

Problem noticed on VM version 2.0.12f but still persit after update to 2.0.22a.

for render price are using:
$currency->createPriceDiv ('salesPrice' ........
$currency->createPriceDiv('priceWithoutTax'........

both of them normally working on prices without rules or on prices with unexpired rules.