How to Add one option to a product more than once?

Hi there! I have the following logical issue:

  1. I have the orders base
  2. Each order can contain only type of product (service).
  3. Each product type can have several price-dependent options (options are stored in another base and can be added or edited from admin App)
  4. Each option can be added to the order multiple times.

The problem is in part #4.

For example, I need to book the cleaning and I want to add additional options: cleaning 2xWindows and 4xSofas, which I have in my flat. How make this possible?

Here’s how you can do it:

  1. Treat your product as a primary list and options within the product as a secondary list (i.e., Cleaning)
  2. On the home screen, show the products list and when the user clicks on it, offer a detailed product page with a horizontal list of options for that product (i.e., windows & sofas)
  3. Let the user add those options to the cart (i.e., Cleaning - windows, Cleaning - sofas, etc.)
  4. show a summary screen of orders before checkout and accept payments.

Hope that helps,

1 Like

Thank you bhanu! I found this article describing the cart functionality.

Just need 1 more collection…

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.