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.

  • jivan thapa 194 posts 681 karma points
    Jan 17, 2013 @ 10:00
    jivan thapa
    0

    uCommerce search results exclude product VAT price

    uCommerce search results shows price excluding VAT.

    How can we get the product search results including VAT ?

    I am using version 3.

    Thanks

     

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Jan 17, 2013 @ 17:34
    David Brendel
    100

    Are you using the Razor Demo Store?

    If yes you can change it in App_Code/uCommerce/Helpers/Product.cshtml. There is a line where it states:

    @price.YourPrice.AmountExclTax

    Change that to @price.YourPrice.AmountInclTax.

    But i think that the helper is called also on some other locations than the search results.

    So maybe you create a new helper with the above line changed and update the search macro for using the new helper.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 21, 2013 @ 21:59
    Søren Spelling Lund
    0

    Thanks for helping out, David.

Please Sign in or register to post replies

Write your reply to:

Draft