Product requires one of other products

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 năm cách đây
Hello,

I am currently stuck on a specific problem involving product requirements.
Take following scenario :

product 1 :
product variants = 1
product variant id = 20
product variant price = $30.00

product 2 :
product variants = 1
product variant id = 30
product variant price = $32.00

product 3 :
product variants = 1
product variant id = 40
product variant price = $1.00

product 3 is an accessoire for product 1 or 2 but cannot be bought separately.

-> Customer goes to the shop.
-> Customer views Product 3.
-> Customer wishes to add product 3 to his / her cart.
-> The system should tell the customer that this is not possible unless they either have product 1 OR 2 in his / her cart.

Even better would be if the customer only sees product 3 when browsing product 1 or 2 and can choose to also add this to his / her cart.

Is there a way to achieve this behavior in nopcommerce 2.8 or 3.0?
Or will this behavior be possible in 3.1?

thanks in advance.
10 năm cách đây
stephansteglich wrote:
Hello,

I am currently stuck on a specific problem involving product requirements.
Take following scenario :

product 1 :
product variants = 1
product variant id = 20
product variant price = $30.00

product 2 :
product variants = 1
product variant id = 30
product variant price = $32.00

product 3 :
product variants = 1
product variant id = 40
product variant price = $1.00

product 3 is an accessoire for product 1 or 2 but cannot be bought separately.

-> Customer goes to the shop.
-> Customer views Product 3.
-> Customer wishes to add product 3 to his / her cart.
-> The system should tell the customer that this is not possible unless they either have product 1 OR 2 in his / her cart.

Even better would be if the customer only sees product 3 when browsing product 1 or 2 and can choose to also add this to his / her cart.

Is there a way to achieve this behavior in nopcommerce 2.8 or 3.0?
Or will this behavior be possible in 3.1?

thanks in advance.

If you don't  have to track inventory for product 3, you may include it as a product variant attribute as in Build your own computer configured here. Bundled products on the road map for 3.1 will give more flexibility.
10 năm cách đây
Just what I've been looking for.

thanks a lot.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.