Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
uCommerce search results shows price excluding VAT.
How can we get the product search results including VAT ?
I am using version 3.
Thanks
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.
Thanks for helping out, David.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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
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.
Thanks for helping out, David.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.