I am receiving the following error when working with the booking system module:

"Notice: Undefined variable: price in include() (line 29 of/Applications/MAMP/htdocs/altitude/sites/all/modules/uc_hotel/hotel_booking/hotel_booking_calendar_cell.tpl.php)."

It shows up on most pages of my site, please recommend a course of action, thanks!

Comments

pucc’s picture

I get the same error too..do you fixed it?

pucc’s picture

I state that if I check the "Display prices in availability calendars" button in the hotel booking system settings the error disappear..maybe there's something wrong in the code!

pucc’s picture

Status: Active » Needs review

So if you don't want to display this error go to hotel_booking_calendar_cell.tpl.php and comment
if ($price) :
print $price;
endif;
the error disappears and you don't have the price in the calendar's cells..maybe this problem is something like a bug...I don't know..