ShoppingServiceSetShippingAddressInternal Method |
Sets shipping address to the current shopping cart, evaluates the cart and persists changes in the database
if the persistShoppingCart is true.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void SetShippingAddressInternal(
AddressInfo shippingAddressInfo,
bool persistShoppingCart
)
Parameters
- shippingAddressInfo
- Type: CMS.EcommerceAddressInfo
- persistShoppingCart
- Type: SystemBoolean
See Also