Product Options - Color / Body / Pattern
tracked
Talia Tokugawa
I am really surprised I couldn't see this on here already.
Basically you could tidy up potentially thousands potentially hundreds of thousands of product pages by just allowing for product If you look at most e-commerce platforms the will have some kind of options functionality. So that than having 10 coloured tee-shirts.. err 12 with fat pack and demo.. it would be one product with a pull down menu for colours with the fatpack in there...
You could potentially get quite complex with this but maybe restrict it to just 3 option options with branching from the first option rather than any matrices.
Actually Json, would be prefect for this..
So going to the tee example:
{
"LaraX": {
"Red": {
"no pattern" : {
"object":"[uuid]",
"Image-url": "[url]",
},
"patterrn" : {
"object":"[uuid]",
"Image-url": "[url]",
}
},
"Blue": {
"object":"[uuid]",
"Image-url": "[url]",
}
},
"Lara": {
"Lara Fatpak",
"object":"[uuid]";
"Image-url": "[url]",
}
Something like that maybe where each layer either is a product or set of products (but not both) and then each consecutive layer would open either another dropdown or product.
Some stores with seem to have have less than 10 products but because they offer every colour under the sun you can waste so much tie scrolling between products.
My usual work around for this is very reliant on if the store does demos. i.e. I filter just to see the demos and that mean I am easily able to view products in a more reasonable volume.. rather than something I say the other day was a store with 5 pages at 90 product per page.. they had 10-15 products max.. just product after product with the same image just one part changed colour.
Log In
Gwyneth Llewelyn
> I am really surprised I couldn't see this on here already.
Exactly!! I believe this was one of the things that was buried on the JIRA, because I'm sure I have seen similar requests in the past...
But you're totally and absolutely right. Things should work like that. It would drastically cut down the number of entries — probably 70-90% of all apparel could be condensed, since most items have at least some 5-12 variants and often even more...
Talia Tokugawa
Just for reference.. I used to work with Magento a fair amount and they had a fairly good product options system... This is the page from their docu about this. https://docs.magento.com/user-guide/v2.3/catalog/product-create-configurable.html
Gwyneth Llewelyn
Talia Tokugawa switching to Magento would actually be a
good
idea! Anything but sticking to 20-year-old code, no matter how well it has been written...SL Feedback
Hello, and thank you for your detailed feature request regarding product options for color, body, and pattern variations. This idea has indeed been brought up in the past, and we agree that it could significantly improve the shopping experience on the marketplace. We have set this issue to tracked, and while we have no estimate on when it may be implemented, please keep an eye on future updates. Your input is valuable, and we appreciate your commitment to enhancing Second Life.
SL Feedback
marked this post as
tracked