IShoppingCartStateIsEligibleForInstallmentBilling Property

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

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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