Hi, I need to know if I can create a booking form that just starts from the calendar from which visitors can directly book a private event according to their own capacity and time schedule.
And is it possible to set the price in the way that:
In Private events, there should be a price of $100 for the first 20 people then $25 per person for any additional people?
Please provide me a brief guide, how can I do this?
Events can be displayed through calendar view, where all of the events of the chosen month will be displayed. Customers will be able to even see events that don't have any spots left. From there, customers can choose which event they want to book and how many tickets for an event they want to book.
There is also a possibility to add the date range to the tickets, where you can define different prices based on the date when a customer wants to purchase a ticket for an event, thus that could work in your case, as unfortunately, we do not have an option to set a different price for people that book after the certain capacity has been filled.
Hope this helps you.
Please let me know if you have further questions, and if i perhaps didn't understand everything you needed to know,
Thanks for your late response. However, I want to replace the word "on-site" to "Bank Transfer".
I know you gonna suggest me to download POEDIT and edit the files etc. But I don't want to download anything extra do let me know if I can do something from cPanel directly.
I event tried editing the ameliabooking/public/js/chunks/amelia-booking-e6bcfa2244b52e0989.js file.
But it didn't work.
I have edited the label for location to "Meeting Portal" and added dropdown of locations but it is not showing on frontend juts visible on backend. Field "Display" is checked already. Following is the image:
Next thing is the text on congratulation popup, I want that text to take two lines and take line break after that specific line (I added on the image).
I tried editing the label and adding <br> but it didn't work. Following is the image
Firstly, I would like to sincerely apologize for the delayed responses as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
-
The images for payments on the front-end can be changed in /wp-content/plugins/ameliabooking/public/img/payments/icons/ and /wp-content/plugins/ameliabooking/public/img/payments/ folders. Keep in mind that the size of images need to stay the same, along with the name of the image file. Also, until we include this as a customization option in Amelia/Customize, you will need to do this every time the plugin updates.
As for the text below icons, it is possible to change this now, but it's not a perfect solution.
You need to go to ameliabooking/public/js/chunks/ folder and open the file that looks like this:
amelia-booking-booking-e699bcfa2244b52e0818.js
The hash may be different, so if it's not "e699bcfa2244b52e0818" it is something else, it's important to look for amelia-booking-booking-hash.js
When you edit this file, look for "On-Site", "Paypal", "Stripe", "Online" (case sensitive), and you'll see this:
You can change all values in quotations, after "return" and it will change on the front-end, so for example, change:
return"On-Site"
To:
return"Invoice"
And so on. Our developers are working on a more elegant solution, but at this time, it's the best one we can offer.
The file I told you to modify is the step-by-step [ameliabooking] form, so if you're using [ameliacatalog], you'd need to change a different file (same folder, only amelia-booking-catalog-hash.js).
Hope this works for you.
-
Regarding the text on congratulation popup, and that text to take two lines followed by a line break after that specific line,
we can't see any image attached.
Could you please send us the image, and we will advise?
Hi,
I need to know if I can create a booking form that just starts from the calendar from which visitors can directly book a private event according to their own capacity and time schedule.
And is it possible to set the price in the way that:
In Private events, there should be a price of $100 for the first 20 people then $25 per person for any additional people?
Please provide me a brief guide, how can I do this?
Thanks and regards
Hello, Low Code Dev
Thank you for reaching out to us.
Events can be displayed through calendar view, where all of the events of the chosen month will be displayed. Customers will be able to even see events that don't have any spots left. From there, customers can choose which event they want to book and how many tickets for an event they want to book.
There is also a possibility to add the date range to the tickets, where you can define different prices based on the date when a customer wants to purchase a ticket for an event, thus that could work in your case, as unfortunately, we do not have an option to set a different price for people that book after the certain capacity has been filled.
Hope this helps you.
Please let me know if you have further questions, and if i perhaps didn't understand everything you needed to know,
we will gladly advise.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks for your late response.
However, I want to replace the word "on-site" to "Bank Transfer".
I know you gonna suggest me to download POEDIT and edit the files etc. But I don't want to download anything extra do let me know if I can do something from cPanel directly.
I event tried editing the ameliabooking/public/js/chunks/amelia-booking-e6bcfa2244b52e0989.js file.
But it didn't work.
I have edited the label for location to "Meeting Portal" and added dropdown of locations but it is not showing on frontend juts visible on backend. Field "Display" is checked already. Following is the image:
Next thing is the text on congratulation popup, I want that text to take two lines and take line break after that specific line (I added on the image).
I tried editing the label and adding <br> but it didn't work.
Following is the image
Hi, Low Code Dev
Firstly, I would like to sincerely apologize for the delayed responses as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
-
The images for payments on the front-end can be changed in /wp-content/plugins/ameliabooking/public/img/payments/icons/ and /wp-content/plugins/ameliabooking/public/img/payments/ folders. Keep in mind that the size of images need to stay the same, along with the name of the image file. Also, until we include this as a customization option in Amelia/Customize, you will need to do this every time the plugin updates.
As for the text below icons, it is possible to change this now, but it's not a perfect solution.
You need to go to ameliabooking/public/js/chunks/ folder and open the file that looks like this:
amelia-booking-booking-e699bcfa2244b52e0818.js
The hash may be different, so if it's not "e699bcfa2244b52e0818" it is something else, it's important to look for amelia-booking-booking-hash.js
When you edit this file, look for "On-Site", "Paypal", "Stripe", "Online" (case sensitive), and you'll see this:
You can change all values in quotations, after "return" and it will change on the front-end, so for example, change:
To:
And so on. Our developers are working on a more elegant solution, but at this time, it's the best one we can offer.
The file I told you to modify is the step-by-step [ameliabooking] form, so if you're using [ameliacatalog], you'd need to change a different file (same folder, only amelia-booking-catalog-hash.js).
Hope this works for you.
-
Regarding the text on congratulation popup, and that text to take two lines followed by a line break after that specific line,
we can't see any image attached.
Could you please send us the image, and we will advise?
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables