ICartItemIsProductShippable Property

Indicates if netFORUM considers the item is shippable. Not all items shipped require a corresponding shipping fee.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
bool IsProductShippable { get; }

Property Value

Boolean

Remarks

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.

See Also