We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hi,
Is there a way to autofill a coupon code in the checkout page, so that when somebody books an appointment, the coupon code is already applied? Looks like there is no way to pass a coupon via shortcode. Is there any other way? Using a link?
Thanks
Denis
Hi Denis,
Thank you for your purchase.
There isn't such possibility with Amelia's current built-in features, unfortunately. You can suggest that as a feature request here, if you wish.
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.
Thank you Marija.
Is there a way to download the unminified vue.js files the frontend uses, so we can make our own code changes? Unfortunately Amelia has practically no hooks and filters for a developer to attach to and since everything frontend is done in minified JS it's almost impossible to customize functionality. This makes integrating Amelia into our custom workflow pretty much impossible. If we could get the unminified files ate least we could make changes directly. That's the last resort we have, otherwise we may not be able to use the plugin.
Thanks
Denis
You are welcome, Denis.
Yes, JS files are modified (minimized) in the public version of plugin, but unfortunately we can not send you our source code because that is the policy of our company.
There are a few JS hooks which are triggered depending on the view:
And there are these WP hooks in Amelia, , if those could help you out somehow.
This should be added to "wp-content/mu-plugins/functions.php"
So, these functions will be triggered after these actions: booking, cancelling, time update, status update
$reservation has data about the appointment (startTime, endTime...)
$bookings contains data about the bookings that started the action (from the front-end there will be one booking, and in the back-end there can be more, if a group appointment is created)