Hi Guys,
I am trying to display the regular ListPrice/Onlineprice information for products in list andf detail page.
However, it looks like the price extension methods are not working for DBPrice.
I have tried GetValue("EcomProducts.DBPrice") and returns the value stored but since the value stored is without VAT and I want the value with VAT, I have tried GetValue("EcomProducts.DBPrice.PriceWithVAT") and also GetValue("EcomProducts.DBPrice.Price.PriceWithVAT"). None of those have returned anything else than a zero.
I am using 8.8.0.6
Thanks,
Adrian