ShoppingServiceSetShippingOptionInternal Method |
Sets the selected shipping option to the current shopping cart, evaluates it and persists changes in the database
if the persistShoppingCart is true.
Does nothing if shippingOptionId is the same as the cart already has.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual void SetShippingOptionInternal(
int shippingOptionId,
bool persistShoppingCart
)
Parameters
- shippingOptionId
- Type: SystemInt32
- persistShoppingCart
- Type: SystemBoolean
See Also