Try again with new image links:
Joomla 3.2.3 with Artio Booking 2.2.5.
I have tried many variations, but my basic setup is this:
The customer should be able to book the whole house for the weekend at a discounted price.
Here are the reservation types for Hele grendehuset (whole house):
And here are the prices:
In the frontend, when I try to book, this happens:
Click on Bryllupspakke for friday:
As you see, it will also select friday and saturday whole day but not sunday. It feels right that these days are now marked as occupied, the problem is of course that the price calculated is for both the Bryllupspakke and Hel dag at a total of NOK12300 instead of NOK4500.
The other problem with this setup is that the user can select any of the days as starting day, like this (clicked Bryllupspakke sunday):
I have also tried to use hourly for the Bryllupspakke reservation type with time unit 1440 and fix limit 3 (if I select 3780 in time unit it wont show at all), but I cant get it to work like this either.
What can I do to make this work?
PS. I can modify some code if neccessary, I am familiar with PHP and Joomla component development.