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
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