Webflow sync, pageviews & more.
NEW

Is it possible to have multiple Add to Cart buttons with quantities for each product card on a Webflow eCommerce page without creating individual product pages for each item?

TL;DR
  • Use a Collection List bound to the Products Collection to display multiple products on one page.
  • Inside each product card, add a quantity input and Webflow’s Add to Cart button, which auto-binds to the product.
  • Style the list as desired and publish the site to test cart functionality with quantity control.

Yes, it's possible to have multiple “Add to Cart” buttons with quantity selectors on a single Webflow eCommerce page, such as a product grid or list—without creating individual product pages for each item.

Here's how to set it up:

1. Use the CMS to Structure Your Product List

  • In your Products Collection, ensure all product information (name, price, and product ID) is set up correctly.
  • Create a Collection List on your page that pulls from the Products Collection.

2. Enable “Add to Cart” Within Each Product Card

  • Inside each Collection List Item, drag in a Form Block or use Webflow’s Add to Cart component.
  • Use the Add to Cart widget and bind it to the current product in the list. Webflow's native Add to Cart button will automatically recognize the product context when used inside a Collection List bound to Products.

3. Add a Quantity Selector

  • Still inside each product card (Collection List Item), add a Quantity Input from the eCommerce elements panel.
  • Place it before the Add to Cart button. This field will let users specify how many units of each product they want.
  • Webflow’s eCommerce widget supports individual quantity inputs, and it will pass the correct quantity when adding that product to the cart.

4. Style the Grid or List as Needed

  • Layout your Collection List (e.g., grid or flex).
  • Style each card with image, name, price, quantity input, and Add to Cart button.

5. Test Cart Functionality

  • Publish the site to a staging or custom domain.
  • Add different items using their quantity selectors and confirm they appear correctly in the cart.

Summary

You can display multiple products with Add to Cart buttons and quantity inputs on a single Webflow page using a Collection List bound to Products. There is no need to create separate product pages—this setup allows cart actions to happen directly within the list.

Rate this answer

Other Webflow Questions