SKUInfoProviderCalculateSKUTotalTaxInternal Method |
Returns product total tax in site main currency based on the product data and the data of the shopping cart.
Result is cached according to the content cache settings (CMSCacheMinutes settings key).
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual double CalculateSKUTotalTaxInternal(
SKUInfo sku,
ShoppingCartInfo cart,
double priceAfterDiscount,
SKUInfo parentSku = null
)
Parameters
- sku
- Type: CMS.EcommerceSKUInfo
SKU data - cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart data - priceAfterDiscount
- Type: SystemDouble
SKU price in main currency after discount the tax should be applied to - parentSku (Optional)
- Type: CMS.EcommerceSKUInfo
The parent SKU for option(SKU) price calculation. Parent SKU taxes will be used.
Return Value
Type:
DoubleSee Also