Search Results for 'booking form'
-
Search Results
-
Hi Stephen,
I downloaded the extension in my customer area on your website now and it worked. I have successfully installed the extension and added the field to my booking form. Everything is working fine except 2 problems:
I have created a german .po end .mo File from your .pot file and uploaded it – but no translations are made at all:
I have defined the confirmation email message in my functions file – now the discount is added in my email but it is not styled neither translated.
The code is like that:
$booking_table = sprintf(
‘<table style=”width:100%%;text-align:center;”>
<thead style=”font-weight:bold; font-size:12px; font-family:Aria, Helvetica, sans-serif”><tr> <th>%s</th><th>%s</th><th>%s</th> </tr></thead>
<tbody>’,
__( ‘Quantity’, ‘eventorganiserp’ ),
__( ‘Name’, ‘eventorganiserp’ ),
__( ‘Price’, ‘eventorganiserp’ ),
__( ‘Ref.’, ‘eventorganiserp’ )
);foreach ( $booking_tickets as $ticket ) { $booking_table .= sprintf( '<tr> <td style="font-size:12px; font-family:Aria, Helvetica, sans-serif">%s</td><td style="font-size:12px; font-family:Aria, Helvetica, sans-serif">%s</td><td style="font-size:12px; font-family:Aria, Helvetica, sans-serif"> %s </td> </tr>', esc_html ( $ticket->ticket_quantity ), esc_html( $ticket->ticket_name ), eo_format_price( $ticket->ticket_price ), $ticket->ticket_reference ); } $booking_table .= apply_filters( 'eventorganiser_email_ticket_list_pre_total', '', $booking_id ); $booking_table .= sprintf( '</tbody></table>‘, __( ‘Gesamt’, ‘eventorganiserp’ ), eo_format_price( $total_price ) );
any chance to add the discount here and style it??
It seems that there is something weird with the translations of eo on my site as they never seem to work 🙁
Any help would be appreciated.
Thanks, Edith
Hi, I’ve put the booking form in the widget area ( right column ) but I need to alter the layout and place the ticket name, price, nr of tic kets underneath the date picker.
In what file can I do this?
I’ve tried editing eo-ticket-picker.php but I see no changes in the output code when publishing.I know I’m harrassing you with questions right now Stephen, but I really like your plugin, and want to get the most out of it.
Best regards, Frank
Hello,
Is it possible to hardcode an input field in a booking form and post it to the system?
It would also need to use the validation.
How would I go about that, is there a snippet?
Many thanks.
-
This topic was modified 10 years, 6 months ago by
Alex Steer.
Hi there,
I have been really impressed with your plugin so far, but have hit an issue which I was hoping you could help with.
I have an Event setup which is currently taking Free registrations. I have capped the number of registrations to 700and have so far taken 216 registrations in a couple of hours.
The system seems to be working, however, when a user registers there is no change to the Bookings list until I open the admin confirmation email and view the Booking and hit save.
So far I have had to open 216 emails and open the Booking and hit save.
Now, if this is the only way to do it, fair enough, but I am sure that this is meant to be a moderately automated system, isnt it?
Also, once I have hit save and the information is showing in the Bookings list, if I try to Confirm the booking, it disappears from the list and I can find no trace of it anywhere.
Is there anything you can do to help me get this sorted?
Thanks,
PaddyTopic: sync airbnb & vrbo calendars
Hello Stephen,
It looks as though your plugin may be the ticket. Before purchasing I would like to know if your event booking calendar can synchronize with airbnb and vrbo. I have two properties that I listed on these services and would like the option for consumers to book through my personal site without double booking. Therefore, I would like your plugin to pull from the existing data to display on my personal website. Airbnb support iCal format. Can your plugin accomplish this? Thank you for your time.
Hi,
We need to implement a drop-down from which the user optionally can select a status (such as unemployed, student, etc.) to get a reduction on the ticket price. Is there a way to reduce the ticket price within the booking form after a selection was made?
Cheers,
Lars -
This topic was modified 10 years, 6 months ago by