Table of Contents

Namespace Dynamicweb.Ecommerce.Frontend.Cart

Classes

CartCommandResult

Represents the result of a cart command execution with extensible properties.

CartMessage

Represents a single message within a cart command result.

CartPageTemplateExtender

Represents the extender for the CartPage template.

CartProductInfo
CartService
ProductReserve

It concerns for the reservation of products when they added to the basket.

SavedForLaterCartDeletedObserver

Saves product which were in the card before deletion into the database

SavedForLaterCartLineAddedObserver

Removes the product from the SavedForLater's list of products from Database when it's added to the cart

SavedForLaterCartLineRemovedObserver

Adds the product to the SavedForLater table whe the product is removed

SavedForLaterProductRemovedObserver

Removes the product from the SavedForLater's list of products from Database.

UnitProductKey

Structs

ProductKey

Struct ProductKey

Enums

CartResultType

Represents the result type of a cart command execution.

ProductReserveMode

Defines the product reserve modes.

To top