Click or drag to resize

IShoppingCartStateIsEligibleForInstallmentBilling Property

Indicates if netFORUM considers the contents of the shopping cart eligible for checkouts using BillInInstallments.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
bool IsEligibleForInstallmentBilling { get; }

Property Value

Boolean
Remarks
If this is false and you aren't sure why, check the configuration of the products you are attempting to purchase, in particular, the pak_allow_installment database field for any relevant membership packages, which isn't well-exposed in iWeb.
See Also