Click or drag to resize
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.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void SetShippingAddressInternal(
	AddressInfo shippingAddressInfo,
	bool persistShoppingCart
)

Parameters

shippingAddressInfo
Type: CMS.EcommerceAddressInfo
persistShoppingCart
Type: SystemBoolean
See Also