nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.09k stars 5.2k forks source link

Bundles that have products that they themselves have required configurable attributes #7159

Closed dwhiteddsoft closed 2 months ago

dwhiteddsoft commented 2 months ago

nopCommerce version: 4.70

Steps to reproduce the problem: Create a product entry for jersey, make it have a required attribute of size Create a product entry for shorts, make it have a required attribute of size

Create a bundle with the jersey and shorts above in product attributes and make them both required. An error is displayed that looks like the below image

Am I doing something wrong or is this not possible? I am very comfortable with the NET if I have to write something but am not sure how to override catalog and cart functionality. If that is all that is required I would appreciate a quick steer to the interfaces to start inheriting from.

Thanks in advance

dwhiteddsoft commented 2 months ago

I am new here so apologize for dumb questions. These are associated products, no? If so how to I get the user to not add them to the cart individually but one big "Add to Cart" for the bundle? I dont want the user to "forget" to add one of the bundle items. If it is a sports kit for a child (say shorts, shirt, socks) that they have to choose a size for in each one, they would have to choose the size and then add to cart. I just want them to choose size for all 3 individually and then one big "Add to Cart" button

glhays commented 2 months ago

Have you tried the forums for some help? https://www.nopcommerce.com/en/boards

On Mon, Apr 29, 2024, 9:56 AM David White @.***> wrote:

I am new here so apologize for dumb questions. These are associated products, no? If so how to I get the user to not add them to the cart individually but one big "Add to Cart" for the bundle?

— Reply to this email directly, view it on GitHub https://github.com/nopSolutions/nopCommerce/issues/7159#issuecomment-2083217168, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKD4KOYVM4XOBIQALK63KBTY7Z3T5AVCNFSM6AAAAABG6SRPCGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBTGIYTOMJWHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

AndreiMaz commented 2 months ago

It's not supported out of the box. That's why this warning is displayed.