 | IShoppingCartStateIsEligibleForInstallmentBilling Property |
Indicates if netFORUM considers the contents of the shopping cart eligible for checkouts using
BillInInstallments.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxbool IsEligibleForInstallmentBilling { get; }ReadOnly Property IsEligibleForInstallmentBilling As Boolean
Get
property bool IsEligibleForInstallmentBilling {
bool get ();
}abstract IsEligibleForInstallmentBilling : bool with 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