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!
Hello,
A customer requests within the form in the last step where the data is requested from the visitor to place the price including and excluding VAT.
Is there a setting to display the price with and without VAT?
Or is there a possibility to execute a javascript / php function when loading this form, so that I can run the calculation and add it to the form?
Thanks in advance,
kind regards,
Arne
Hello Arne,
Apologies for replying a bit later, we don't work on weekends.
There isn't a possibility of adding VAT to prices in Amelia with its current built-in features, unfortunately. Taxes can be added to prices only in WooCommerce, when WooCommerce integration is used https://wpamelia.com/woocommerce-integration/, but this isn't reflected in Amelia. Maybe it can be achieved with some customization of the plugin, but such customizations aren't covered by our support so we can't help out with that, unfortunately.
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.
Hello,
Is there a template file from the last step so that I can call a js function there to display the VAT?
WooCommerce is not really a solution for this website, because no online payment can be made on the website.
Thanks in advance,
kind regards,
Arne
Hello Arne,
Because Amelia uses Vue that is not possible, maybe you can try achieving what you need using one of the JS hooks, for example "beforeConfirmBookingLoaded", to use the JS to modify DOM.
These are the JS hooks in Amelia, triggered depending on the view:
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.
Hello,
Thanks for the webhook tip, I'm not that familiar with using this.
Do I juist put that webhook in my js file? Something like this:
Thanks in advance,
kind regards,
Arne
Hello Arne,
You are welcome.
Yes, you would need to add some function to it and add it like as a script to the page where you have Amelia. Unfortunately, we can't help out with that as such customization isn't covered by our support.
This is an example of using a JS hook for redirecting to another page after booking:
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.