Discussions
Pulling price INCLUSIVE of tax - having difficulties
On our site we wish to show all the different prices for each single item at their different price levels.
The problem I am having is that the only tag I can see which pulls the price inclusive of tax is <%=getCurrentAttribute('item','salesPriceHTML')%>
If I use a tag to pull a custom price level price, eg <%=getCurrentAttribute('item','pricelevel11')%> it will pull the price WITHOUT the tax included.
Is there a tag/command to pull a custom price level price for an item that includes tax?