How to handle products with many sizes?

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
Jairus34
Posts: 12
Joined: 05 Aug 2024, 07:34

How to handle products with many sizes?

Post by Jairus34 » 20 Aug 2024, 15:29

Hi, community.

I am currently implementing a shop that sells gears and some products have many sizes such as (XS, S, M, L, XL, XXL). I am confused if product type "select" would be an option and just add a variant of the same product with each of the sizes. Would this approach be effective, or are there better alternatives for managing product variations?
Attachments
Screenshot 2024-08-20 at 11.29.02 PM.png
Screenshot 2024-08-20 at 11.29.02 PM.png (17.73 KiB) Viewed 1831 times

User avatar
aimeos
Administrator
Posts: 8148
Joined: 01 Jan 1970, 00:00

Re: How to handle products with many sizes?

Post by aimeos » 21 Aug 2024, 12:00

Create a selection product with six variant articles and assign each variant article another size attribute.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Jairus34
Posts: 12
Joined: 05 Aug 2024, 07:34

Re: How to handle products with many sizes?

Post by Jairus34 » 22 Aug 2024, 12:47

Hi. I have created variants as you said. Now I have problems with the stock of the variants. In my case, only variants with sizes S and XL have stock, while other variant sizes say the product is out of stock. What did I miss?

User avatar
aimeos
Administrator
Posts: 8148
Joined: 01 Jan 1970, 00:00

Re: How to handle products with many sizes?

Post by aimeos » 24 Aug 2024, 15:04

You can add different a stock level for each variant article in the product detail > Variants tab
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Jairus34
Posts: 12
Joined: 05 Aug 2024, 07:34

Re: How to handle products with many sizes?

Post by Jairus34 » 28 Aug 2024, 04:09

hello, can a variant have multiple stock types? For example: warehouse-1, warehouse-2, warehouse-3

User avatar
aimeos
Administrator
Posts: 8148
Joined: 01 Jan 1970, 00:00

Re: How to handle products with many sizes?

Post by aimeos » 28 Aug 2024, 06:24

Yes, but you can't add them in the variants tab. Go to the detail view of each variant product and add the stock levels there after you've created the stock types for the warehouses you need.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Jairus34
Posts: 12
Joined: 05 Aug 2024, 07:34

Re: How to handle products with many sizes?

Post by Jairus34 » 28 Aug 2024, 06:28

Thank you for the quick reply :D After adding the stock in each variant product, do I also have to create a stock level in the main product (Selection Product) similar to its variant product?

User avatar
aimeos
Administrator
Posts: 8148
Joined: 01 Jan 1970, 00:00

Re: How to handle products with many sizes?

Post by aimeos » 28 Aug 2024, 06:31

You should add initial stock levels to avoid the selection product been shown as out of stock in the list views. The stock level of the selection product is updated automatically each time a variant has been ordered. That applies to the selected stock level type I think.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply