public static decimal GetShopPrice( decimal price, int taxCodeId, TaxAddress billingAddress, TaxAddress shippingAddress )
Parameters
- price
- The price calculated for the product before tax rules are taken into account
- taxCodeId
- The tax code associated with the price
- billingAddress
- Billing address for the item, can be null for current user billing address
- shippingAddress
- Shipping address for the item, can be null to use current user billing address as shipping address
Return Value
The price that should be displayed to the current user