Click or drag to resize
PaymentOptionInfoProviderIsPaymentOptionApplicable Method
Checks if payment option is applicable for given shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static bool IsPaymentOptionApplicable(
	ShoppingCartInfo cart,
	PaymentOptionInfo paymentOption
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart in which payment option should be used.
paymentOption
Type: CMS.EcommercePaymentOptionInfo
Payment option to check if it is applicable.

Return Value

Type: Boolean
Returns true by default.
See Also