Tax display switch

Last post 06-15-2008 1:45 AM by RobertNash. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-15-2008 1:19 AM

    Tax display switch

    Hi

    I think it would be a good feature to enable the inclusion or not of tax/vat.  In the UK consumers tend to expect a price to include VAT.  whereas businesses like to see the ex VAT price.

    Therefore when creating a product/subscription for the store it would be nice to flag whether the tax figure should be shown seperately with an ex VAT/Tax figure or whether the figure should be inclusive of VAT/Tax.

    Maybe there is a way to do this already with Conditional Controls - please advise if there is.

    Filed under: ,
  • 06-15-2008 1:45 AM In reply to

    Re: Tax display switch

    This is in the next version, you could do it in the current version by using manually adding CurrentPrice and CurrentTax something like this (untested).

    <ItemData runtat="server" > 
    <ContentTemplate>
       <% FourRoads.CsShop.Core.Utils.FormatCurrency(((FourRoads.CsShop.Core.Conponents.Item)DataSource).Shop ,  ((Item)DataSource).CurrentPrice+((FourRoads.CsShop.Core.Conponents.Item)DataSource).CurrentTax) %> 
    </ContentTemplate>
    </ItemData>

    Rob

Page 1 of 1 (2 items)