Click or drag to resize

IFlashpointShoppingCartApplySourceCodeByPromotionalCode Method

Applies a source code to the cart, by way the source code's public promotional code

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
IShoppingCartState ApplySourceCodeByPromotionalCode(
	string cartToken,
	string promotionalCode
)

Parameters

cartToken  String
Working cart token
promotionalCode  String
A promotional code, as represented by a src_eweb_code

Return Value

IShoppingCartState
The updated cart
See Also