Setup

Cart item quantity input consists of three elements: quantity input, a quantity minus button, and a quantity plus button. This input helps users to change the quantity of parent cart item. 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.

Add the custom attribute to the webflow collection list item element.

looop=itemquantity
value=1
type=number
min=1

Minus Button

looop=itemquantityminus

Plus Button

looop=itemquantityplus

Item Quantity should only be used inside the variant collection item in the cart list. It won’t function outside the collection item.