Developer forum

Forum » Ecommerce - Standard features » Different variants under the same product

Different variants under the same product

Kim Søjborg Pedersen
Reply
The scenario is that I have a product, that is in different groups and those groups are in different shops. The product have variants and depending on the group, I want to present the product to the user with different "sets" of variants. 
 
The question is: Is it possible to have different variants under the same product"?
 
When I look at Dynamicweb ecom, I can't see that you can have different variants on the same product, but I need to get some advice or input on this before I find a work around on on this.

 


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Kim

A product can have as many variants as you like. Of course, if the same product has blue, red and black when in one group and purple, pink and yellow when in another group, that is a weird scenario, and you should consider having 2 different products. But you can do it by using some logic in your template.

You can get a full introduction to variants in chapter 5 here:

http://developer.dynamicweb.com/documentation/books/dynamicweb-ecommerce-8.aspx

BR Nicolai

 
Kim Søjborg Pedersen
Reply

HI Nicolai,

I already read the chapter but thanks anyway. A more logic senario would be 2 shops (dk,de) with different variants on the same product or a customer senario where one customer see differents variants than the other depending on the customer sortiment maybe in the ERP.

To do that I don't like the template solution, I think I need to do it on provider level, but "ProductListCollectionProvider" don't seems to handle it. Do you see a way to do it on a provider level?

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer

Hi Kim

You cannot use a product list collection provider. You can make a product template extender and render your own variant loops on that limiting to whatever makes sense in your scenario.

In 8.5 you can use assortments to limit products and variants to different sets of users.

Nicolai

Votes for this answer: 1
 
Kim Søjborg Pedersen
Reply

Hi Nicolai,
I am excited to see and try the new assortments feature, If it is possible to make a "Data Integration", I think it can help me on this solution.

 

You must be logged in to post in the forum