Search Results for 'booking form'
-
Search Results
-
I bet you’re getting tired of me by now =)
I’ve found myself in a couple of situations where it would be helpful to be able to manually edit the bookee information on a booking. One is the bug I reported where canceling a booking causes the admin who cancelled it to become the bookee.
The other is in trying to manually add a booking, for instance when an event has sold out but you want to add one more booking, or drop one booking and replace it with another from a waiting list. It seems the only way to do this currently is through the front-end. So, I make a ticket available (either by adding an extra space or cancelling an existing booking), but I don’t want anyone else to take it while I book on behalf of the person I want to have it. To accomplish this, I put the site into maintenance mode with a plugin. But this means I can only see the page and register the user if I’m logged in, so I am automatically made the bookee when I try to submit the booking.
Anyway, in both cases it would be very convenient to be able to edit the bookee post-registration. Would being able to do this cause any negative ramifications in other areas of the plugin? In both of my cases, my general settings are set to not require or make accounts for bookings, so I can imagine it might actually be problematic in cases where there is a user account tied to the booking…
It seems that whenever you cancel a booking, the bookee’s information (First/Last Name, e-mail address) is replaced with the info for the admin user who cancelled the booking. This becomes a problem if you restore the booking, as you’ve lost the bookee’s information for reference and contact.
Topic: Editing Email Content
Is there any way to alter the content of the email that is sent to confirm a booking?
It currently displays something like this
Dear John Smith, Thank you for booking with Grow Again.
Your Booking Information:
Hello World Event11th March 2014
Ticket Price Ref.
Standard £12.00 abc123
Standard £12.00 def456
Student £10.00 a1b2c3
Total £34.00. Your booking reference is 1234
All I want to do is change the Ticket Heading on the table to something more appropriate to my site like “Booking Type”
I have ticket/booking types like
Course Only
Course + Single Room
Course + Double Room (2People)I have changed all references on the front end by altering the appropriate template files but that bit of the email template is generated by an included function I think.
Topic: Tickets
I’ve just set up a new event, which occurs on a single day, with a one price ticket.
I can only get a ticket option to show on the booking form if I create two ticket types, then the first will show. The form shows but without any tickets to select from until I add the second ticket type. I’m using the standard form without any extras.<br />
What have I done wrong?Hello,
When trying to book an event from the front office, the wordpress returns a blank page after the form submission.
The reservation is not stored in the database.
I am using off-line payment option.
Any idea ?
All the best.
Jef
Hey,
I have installed Event Organiser Pro on the website I am working on but cannot seem to connect PayPal as a gateway successfully.
The website is a cooking school and I am trying to sell tickets to classes. http://reallifecookingschool.com/wordpress/schedule/
I have individual events with a working form. The user can select ticket and quantity and the Book Button appears. When the user selects “Book” a fatal error comes up. http://reallifecookingschool.com/wordpress/events/event/class-one/ Please see below:
Fatal error: Cannot use object of type stdClass as array in /data/16/3/63/32/3226195/user/3601679/htdocs/wordpress/wordpress/wp-content/plugins/event-organiser-pro/includes/form-customiser/class-eo-booking-form-view.php on line 78
I have read all of the docuemntation multiple times and have gone through multiple posts in this forum and still have had no success. Are there any real specific directions on how to setup PayPal as a gateway?
Any suggestions are welcome.
Thanks again
-Luis
Topic: Errors with booking event
So I bought the pro version to make use of the booking system.
Now when I try to book, I fill in the user details (firstname, lastname, email) and click on the book button, I get the following errors:Warning: array_flip() expects parameter 1 to be array, string given in /home/huisvoorbeweging.nl/public_html/dev/wp-content/plugins/event-organiser-pro/includes/booking-tickets.php on line 351
Warning: array_intersect_key() [function.array-intersect-key]: Argument #2 is not an array in /home/huisvoorbeweging.nl/public_html/dev/wp-content/plugins/event-organiser-pro/includes/booking-tickets.php on line 351
Fatal error: Cannot use object of type stdClass as array in /home/huisvoorbeweging.nl/public_html/dev/wp-content/plugins/event-organiser-pro/includes/form-customiser/class-eo-booking-form-view.php on line 78
Also weird is, when I’m logged in and I try to book I get the same errors and it logs me out.