As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
After a user finish his booking, a confirmation page is showed with a "cup" icon.
How can I customize or avoid that step?
Hello Daniel,
Apologies for replying a bit later, we don't work on weekends.
There aren't any options of customizing the last booking step in Amelia , unfrotunately.
You can change the Trophy image in ../wp-content/plugins/ameliabooking/public/img folder. The file name is trophy.svg. Please note that when you replace it, the new image also needs to be .svg, and you have to name it "trophy.svg" in order to work.
As for the strings included ("Congratulations" and "Thank you! Your booking is completed."), you can edit the translation files located in ../wp-content/plugins/ameliabooking/languages/
Please note that these changes would be overridden when you update Amelia, so you would need to apply them after each update.
Or you can set redirection to another page after customers book an appointment.
We have some JS hooks, that are triggered depending on the view:
So, you can use the hook, for example, beforeConfirmedBooking, that will be triggered when your customers confirm booking. You will of course set the redirect URL that you want in the script:
And you need to just place this script on the page where you have your Amelia shortode.
Hope this helps!
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.
Thank you very much! the information was very useful!!
You are welcome, Daniel. Glad to see that, thank you for letting me know.
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.