2Hello,
when I follow your approach, I would have the following product names:
product name:
- shirt
- shirt
- shirt
This will cause an issue, when I want to select e.g. "shirt red" with backend tree lists, because of the missing COLOR postfix (see attached image). I guess what I actually need to do is add the COLOR with product name and have 1 main product for each COLOR. Makes most sense and would look like this:
product name:
- shirt red
- shirt blue
- shirt green
Now, I would add Variants SIZE (M, L, XL) with each product.
On the product page, I would - as an example - get the following product name after SIZE selection: "shirt red: M [product code]"
This would be perfect.
But what if I want to Filter products based on characteristic COLOR?
In order to use the Filter, I would need the Characteristic COLOR added with each product.
When I do so, I am getting an additional dropdown for COLOR, which would have only 1 Option (COLOR red).
It would still work for frontend users since there is only 1 color Option, but now I am getting the following title with product page: "shirt red: M red [product code]". As you can see, I would get the COLOR twice with the title.
//=====
Title with product page "shirt red":
on load "shirt red [product code]"
after selection SIZE: "shirt red M [product code]"
If possible there should only be 1 dropdown (SIZE) and I would want to use Filter for COLOR, SIZE.
[MODERATOR :] Please do not edit your message long after posting, this disrupts our ticketing system, and therefore may lengthen our response times.