Price based on Product Size
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 1
- Joined: 29 Dec 2020, 11:07
Price based on Product Size
I have an e-commerce website that requires pricing based on the size of a product. The example below should describe what I am trying to do.
We sell products similar to curtains which can vary in sizes. We have Sizes that range from Size 1 to size 10. We need to be able to set an Attribute for the size but have the price as a multiple.
For example... Size 1 is a x1 multiple.
Size 2 is a x1.1 multiple
Size 3 is a x1.15 multiple
Size 4 is a x1.25 multiple
Size 5 is a x1.3 multiple
Is there an out of the box way we can support this type of scenario?
We sell products similar to curtains which can vary in sizes. We have Sizes that range from Size 1 to size 10. We need to be able to set an Attribute for the size but have the price as a multiple.
For example... Size 1 is a x1 multiple.
Size 2 is a x1.1 multiple
Size 3 is a x1.15 multiple
Size 4 is a x1.25 multiple
Size 5 is a x1.3 multiple
Is there an out of the box way we can support this type of scenario?
Re: Price based on Product Size
The simplest way to solve this is to use a selection product with variant articles, e.g.:
Selection product: Curtain
- Variant "size 1": 5.00€
- Variant "size 2": 5.50€
- Variant "size 3": 5.75€
- ...
Selection product: Curtain
- Variant "size 1": 5.00€
- Variant "size 2": 5.50€
- Variant "size 3": 5.75€
- ...
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
