I have a catalog with a DKK price group with 25% VAT. "Show prices with VAT" is checked.
In the basket OrderLine.Total and PurchaseOrder.OrderTotal is shown with VAT, but when accessing Product.GetPrice(...).Price I get the price without VAT regardless of the "Show prices with VAT" setting.
This is the bit of Razor I'm using:
// catalog is initialized to current catalog @UCommerce.Extensions.NumberExtensions.ToCurrencyAmount(product.GetPrice(catalog.PriceGroup).Price)
Is there another way to get the product price that includes VAT?
Prices displayed without VAT
Using uCommerce 2.6.1.0
I have a catalog with a DKK price group with 25% VAT. "Show prices with VAT" is checked.
In the basket OrderLine.Total and PurchaseOrder.OrderTotal is shown with VAT, but when accessing Product.GetPrice(...).Price I get the price without VAT regardless of the "Show prices with VAT" setting.
This is the bit of Razor I'm using:
Is there another way to get the product price that includes VAT?
I should learn to search the forum.. This is already answered here: http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/26906-VAT-price-in-usercontrol
is working on a reply...