ICartItemIsProductShippable Property
Indicates if netFORUM considers the item is shippable.
Not all items shipped require a corresponding shipping fee.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
bool IsProductShippable { get; }
ReadOnly Property IsProductShippable As Boolean
Get
property bool IsProductShippable {
bool get ();
}
abstract IsProductShippable : bool with get
Property Value
Boolean
Just because an item is "shippable", does not mean that a shipping charge applies to it.
IsFromPreviousInvoice has no effect on this property; items that would be marked as "shippable" on an original purchase will still be marked as shippable when paying for them from a previous invoice.
This property does not indicate if the item in question has actually been shipped to the customer.