Price based on Product Size

Help for integrating the Laravel package
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!
pepsicherry
Posts: 1
Joined: 29 Dec 2020, 11:07

Price based on Product Size

Post by pepsicherry » 29 Dec 2020, 11:12

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?

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

Re: Price based on Product Size

Post by aimeos » 30 Dec 2020, 15:12

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€
- ...
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply