Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / Coupon Class / AppliesToShipMethod Method
Shipping method to test.
Version
AppliesToShipMethod Method
Indicates whether a coupon applies to the given shipping method.
Syntax
public virtual bool AppliesToShipMethod( 
   int shipMethodId
)

Parameters

shipMethodId
Shipping method to test.

Return Value

True if the coupon applies to the shipping method; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also