AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ISnipcartItem..::..QuantityStep Property

By default the quantity of an item increments by 1. Use this attribute if you want to override it. For instance, if you set it to 2, the quantity will increment from 2 to 4 to 6.

Namespace:  AdvantageCSP.Snipcart.Interfaces
Assembly:  AdvantageCSP.Snipcart (in AdvantageCSP.Snipcart.dll)

Syntax


[JsonPropertyAttribute]
[DisplayNameAttribute]
int QuantityStep { get; }

Field Value

The quantity step.