ShippingOptionInfoProviderCalculateTotalShippingInternal Method |
Calculates total shipping for the given shopping cart. Shipping taxes are included. Result is site main currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual double CalculateTotalShippingInternal(
ShoppingCartInfo cartObj
)
Parameters
- cartObj
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart object
Return Value
Type:
DoubleSee Also