Help to add a product with size variations, and when publishing it when the customer selects the product, they can choose the size they want.
I’ve been trying to figure this out for a long time in my design, let me explain:
When adding a new product or row, it has several sizes, that is
Product name
In stock
Category
Sizes: X, L, XL
After publishing, the customer who chooses the product will be able to choose one of the sizes with a selector (choise), either X, L or XL
It’s something I still don’t understand, please help.
In the past, as native choice components can not accept arrays as the “source” value, you have to be creative and either:
- Transpose your array of values into multiple rows.
- Store your choices in rows instead of a single cell.
Now, with the AI component, I guess you can just tell it to take in a comma-delimited list of choices, and generate a component that writes to your destination “size choice” column. Then play around with how it looks.
Yes, thank you very much for the answer. Yes, that’s exactly what I tried and it works, but when working with the AI component in the free version, it appears as beta and it will probably become a paid version one day or they will change it. It already happened to me once when they introduced HTML and then removed it.
Thank you very much anyway. I’ll wait to see if someone solved it.
What do you mean by “HTML”?
If you don’t want to work with an AI component, transposing is your best choice.