kthrall
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Dead endWe are on version 7
Forum: Plugins
In reply to: [Book a Room] Dead endI replied last week but when I checked this, it’s not showing.
Here is what I sent.Base is set to 30 and the Days buffer to Reserve is set to 1. These are the two lines it’s telling me are in error so my settings must not be right for base or days buffer.
$externals[‘roomCost’] = ( ( ( ( $externals[‘endTime’] – $externals[‘startTime’] ) / 60 ) / get_option( ‘bookaroom_baseIncrement’ ) ) * $costIncrement ) * $roomCount;
$externals[‘roomCost’] = ( ( ( ( $oldExternals[‘endTime’] – $oldExternals[‘startTime’] ) / 60 ) / get_option( ‘bookaroom_baseIncrement’ ) ) * $costIncrement );
Forum: Plugins
In reply to: [Book a Room] Dead endThis plugin ROCKS, wow, now that I put the right shortcode on the right page, I can see how cool this is. Great work! So I think I read the tech doc wrong then, I thought you had to have both plugins for the book a room to work properly.
I can now schedule a room but I am getting errors that I don’t know if they are settings or the code.
Warning: A non-numeric value encountered in /home/c101co36/public_html/wp-content/plugins/book-a-room/bookaroom-meetings-public.php on line 122Warning: A non-numeric value encountered in /home/c101co36/public_html/wp-content/plugins/book-a-room/bookaroom-meetings-public.php on line 873
I can see in the code that it’s related to time and cost of room amount but I am only just now getting curious enough about code to try to understand it a bit and I am probably way off in my understanding. I don’t know what settings these are connected to for me to adjust them. We don’t charge for the room to be booked. I have $0 in the For Profit Room Deposit under meeting room settings as well as all 3 fields below such, when I save, it clears out those fields.
Finally, am I able to edit the fields required for people to fill out when they are reserving a room? Some of the required fields don’t apply to us or if they do, like phone number, that can be a privacy issue for some.