Hello, I'm quite new to drupal but have been making good headway and I just discovered a major issue that I cannot figure out how to fix. I am working off of a fresh install of Drupal 6 and a fresh copy of UC Hotel 6.x 2.0 beta in a new database.

I was originally using UC hotel 6.x.1 and upgraded to 6.x.2 to utilize the tokens in the email for stay information, this is when I had noticed something was broken, so at this point in the game It was easier for me to just start from fresh which I did. (I had assumed I messed something up in the upgrade). The problems still exists however.

My availability is not closing, I have it set to Yesterday but when I look like today I can see availability back till Monday.

2nd Issue is when you hover over a restricted date it will not display the restrictions. I feel like this could be tied to why I no longer see all of the availability calendars even when logged in as admin, yet they have edit next to them.

If anyone has any ideas I would be more than welcome, I just don't know where to start. Almost debating going back to the previous version and scraping the email invoice idea.

Thanks
Ryan

Comments

larowlan’s picture

Category: bug » support
Priority: Major » Normal

Hi
v2 works with beauty tips module to show the restrictions, version 1 worked with it's own library - which is bad mojo. So you'll need to install and configure the beauty tips module to get the items to display.
When you say your availability is not changing, have you run cron?
Does it run successfully?
Cron is used to unset the old availability.
If your problem with availability relates to sales, then it is likely that you are using a payment method that does not record payment automatically, in which case you need to alter the conditional action to fire on checkout complete instead of payment entered.
If that is the case, search the issue queue and you'll come across a few answers.

provor’s picture

Yes, Cron does run successfully and it does wipe out the older dates, however it is still not clearing how it should. Today should not be available any longer, is there something I need to do to configure when cron runs? I have the settings in UC hotel setup to expire yesterday.

As far as sales availability it works beautifully with removing/adding.

Thanks again for the help!