Click or drag to resize
CMSCheckoutWebPartCheckShippingAndPayment Method
Checks whether selected shipping option and payment method are valid for given cart.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected bool CheckShippingAndPayment(
	ShoppingCartInfo cart,
	out string message
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
message
Type: SystemString

Return Value

Type: Boolean
See Also