Assortment Product Attributes/Attribute Combinations

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
I am looking for a way to add a product that has multiple products attributes for an assortment and configure each item in the assortment individually, and add it to the cart as a single product.
A start to make all the items in the assortment the same is located here:
https://www.thecabinonthehill.com/strawberry-builder

I am looking to how I would allow for each strawberry to be specified in the Strawberry Count specified. Any ideas?
4 years ago
https://www.thecabinonthehill.com/dipped-strawberries-half-dozen-assortment

I tried to add multiple products with numbers at the end of the names and then added them to a grouped product. This could be one way, but seems a bit tedious for the user.

I would like for the whole group to be added to the cart as a single product though.

Any ideas appreciated.

I suppose I am trying to get out of building a plugin to do this :)
4 years ago
Anyone?
4 years ago
Not every at once now 🤓
Perhaps my request is not possible without some creative customization.
4 years ago
yes you need to customise. But you don’t have to make a plugin to customise the solution - you can just start cutting code. But If you plan to provide the code or functionality to someone else or sell it in the marketplace then it is best to make plugins. Plugins make it easy to keep the code together in one package so that it can be easily built, managed and updated for use in upcoming versions of nopCommerce.

For your solution one way is to use a custom booking form similar to this one made for accommodation http://demo.selectsystems.com.au/BookingAccommodationPopup?eventId=7&productId=4094&span=7
4 years ago
There are many attributes to choose from.  Having repeated groups of them could get messy on the page.  What is the purpose of having a single product in cart called 'assortment'?   Your strawberry-builder page does not leave the page when customer does "add to cart" which allows the customer to add the next combination, so if the intent is that the store owner knows to create a single 'box' with all the assorted items, then maybe you can add a "grouping" attribute (drop down) where the customer can select "assortment 1", "assortment 2", etc.  (and you'll probably need to add quantities 1,2,3, ... in your Count drop down).  Then, the store owner would know to put all the items together for each assortment grouping.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.