VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: gpessoa on December 18, 2012, 20:18:31 PM

Title: Calculated Discounted sales Price
Post by: gpessoa on December 18, 2012, 20:18:31 PM
Hi,

I need to export my final sales prices to a xml file, but I can`t find it anywhere.

I found product_price and product_override_price, on virtuemart_product_prices table, but not the calculated price (with a applied discount on it).

Can anybody tell me where is it stored?

Thanks in advanced

VM 2.0.15c
J 2.5.8
Title: Re: Calculated Discounted sales Price
Post by: bytelord on December 18, 2012, 20:23:20 PM
Hello,

Sales price is been calculated at the time that requested and not saved on the db, use csvi to export them, will be recalculated.

Regards