Enum CartResultType
- Namespace
- Dynamicweb.Ecommerce.Frontend.Cart
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the result type of a cart command execution.
public enum CartResultType
Fields
AllOrderLinesDeleted = 8Indicates that all order lines were successfully deleted.
CartArchived = 13Indicates that the cart was successfully archived.
CartCopied = 10Indicates that the cart was successfully copied.
CartCreated = 15Indicates that a new cart was successfully created.
CartDiscountSet = 12Indicates that cart discount was successfully set.
CartEmptied = 3Indicates that the cart was successfully emptied.
CartNameSet = 11Indicates that the cart name was successfully set.
CartSet = 14Indicates that the cart was successfully set as active.
Error = 17Indicates that an error occurred during cart command execution.
None = 0No specific result type.
OrderLineDecremented = 6Indicates that an order line quantity was successfully decremented.
OrderLineDeleted = 7Indicates that an order line was successfully deleted.
OrderLineIncremented = 5Indicates that an order line quantity was successfully incremented.
OrderLinesUpdated = 4Indicates that order lines were successfully updated.
PaymentCombined = 16Indicates that multiple ledger entries were successfully combined for payment.
ProductAdded = 1Indicates that a product was successfully added to the cart.
ProductRemoved = 2Indicates that a product was successfully removed from the cart.
SavedForLaterRemoved = 9Indicates that a saved for later product was successfully removed.