Class CartItemAttributeConstants
java.lang.Object
com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants
- Author:
- Chad Harchar (charchar)
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
TheProduct.getMaximumThreshold()
orVariant.getMaximumThreshold()
for the item.static final String
TheProduct.getMinimumThreshold()
orVariant.getMinimumThreshold()
for the item.static final String
Contains thePriceInfo
for theCartItem
as a result of pricing. -
Method Summary
-
Field Details
-
PRICE_INFO
Contains thePriceInfo
for theCartItem
as a result of pricing.- See Also:
-
MIN_THRESHOLD
TheProduct.getMinimumThreshold()
orVariant.getMinimumThreshold()
for the item. This can be used to restrict quantity inputs on the frontend. Only added if present.- See Also:
-
MAX_THRESHOLD
TheProduct.getMaximumThreshold()
orVariant.getMaximumThreshold()
for the item. This can be used to restrict quantity inputs on the frontend. Only added if present.- See Also:
-