Quantity Input

Item quantity input consists of three elements: quantity input, a quantity minus button, and a quantity plus button. This input helps users choose the items to add to their cart. You have the freedom to design this field as your heart desires. Just make sure that the Quantity input is a quantity minus button and a quantity plus button is in the same parent element.

Input

"looop"="quantity"
"value"=1
"type"="number"
"min"=1

Minus Button

"looop"="quantityminus"

Plus Button

"looop"="quantityplus"

The Quantity wrapper should always be a sibling of the Add to Cart button.