Rent system

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!
tiko0911
Posts: 1
Joined: 22 Mar 2022, 13:15

Rent system

Post by tiko0911 » 22 Mar 2022, 13:16

Aimeos version - 2021.10
Hello support, We are using Your Laravel package and we want to have rent system via Your product. So can You please suggest how we can do it? So we need to have one product which can be ordered by multiple users for different date ranges. Thanks.

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

Re: Rent system

Post by aimeos » 24 Mar 2022, 09:18

There are two ways how to implement that:
1.) Create a selection product with a lot of variants for the different time slots
2.) Use the configurable attributes where customers can set custom values like date and time

For the first option, you need to generate the variants automatically because it's not feasable to do that manually. The advantage of this approach is that it works perfectly for fixed time slots and handles reserved time slots automatically.

The second option is more flexible, requires no variants in the backend but you need to care about checking for already reserved time slots yourself. Nevertheless, we would suggest this option.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply