Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Søren Erland Vestø 19 posts 42 karma points
    Aug 16, 2012 @ 13:52
    Søren Erland Vestø
    0

    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:

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

  • Søren Erland Vestø 19 posts 42 karma points
    Aug 16, 2012 @ 13:56
    Søren Erland Vestø
    1
Please Sign in or register to post replies

Write your reply to:

Draft