Table of Contents

Enum ProductReserveMode

Namespace
Dynamicweb.Ecommerce.Frontend.Cart
Assembly
Dynamicweb.Ecommerce.dll

Defines the product reserve modes.

public enum ProductReserveMode

Fields

AddToCart = 1

The add to cart.

Checkout = 0

The checkout.

To top