Can Webflow's e-commerce variant accommodate a website with a single main product and 2-4 add-on products that can be included in the order in any quantity?

Published on
September 22, 2023

Yes, Webflow's e-commerce variant can accommodate a website with a single main product and 2-4 add-on products that can be included in the order in any quantity. Here's how you can set it up:

  1. Set up your product catalog:
  • Create a new collection in Webflow for your main product.
  • Add fields to the collection for the product's name, description, price, and any other relevant details.
  • Add another collection for the add-on products, with similar fields.
  1. Create product variants:
  • In the collection for the main product, add a field for variants. This could be a multi-reference field or a plain text field where you specify the available variants, such as size or color.
  • In the collection for the add-on products, add a reference field to the main product collection. This will establish the relationship between the main product and the add-ons.
  1. Design your product page:
  • Create a dynamic template page for your main product collection.
  • Set up the page to display the main product's details, including the variants.
  • Use conditional visibility or custom code to display the add-on products based on the selected variants.
  1. Customize the add-on options:
  • Add a form element to your product page where customers can select the quantity of the add-on products.
  • Use interactions or custom code to update the total price dynamically based on the selected quantities.
  1. Set up the shopping cart and checkout:
  • Add a cart element to your product page or create a separate cart page.
  • Use Webflow's e-commerce functionality to manage the cart and the checkout process.
  • Make sure to include the main product and the selected quantities of the add-on products in the cart.

By following these steps, you can create a website with a single main product and multiple add-ons that can be included in the order in any quantity, using Webflow's e-commerce variant.

Additional Questions:

  1. How do I create variants for my products in Webflow's e-commerce?
  2. Can Webflow handle complex e-commerce websites with multiple products and categories?
  3. Is it possible to integrate third-party payment gateways with Webflow's e-commerce?