How to handle products with many sizes?
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
How to handle products with many sizes?
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?
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 (17.73 KiB) Viewed 7554 times
Re: How to handle products with many sizes?
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, give us a star
If you like Aimeos, give us a star
Re: How to handle products with many sizes?
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?
Re: How to handle products with many sizes?
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, give us a star
If you like Aimeos, give us a star
Re: How to handle products with many sizes?
hello, can a variant have multiple stock types? For example: warehouse-1, warehouse-2, warehouse-3
Re: How to handle products with many sizes?
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, give us a star
If you like Aimeos, give us a star
Re: How to handle products with many sizes?
Thank you for the quick reply 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?
Re: How to handle products with many sizes?
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, give us a star
If you like Aimeos, give us a star