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,
I use stripe and need to process a bunch of refunds but the orders in stripe doesn't have the costumer information. I need to identify who's order is who. How do I se the exact time of purchase in Amelia?
Hello,
Thank you for your purchase.
Unfortunately, Amelia doesn't have the functionality to refund the purchase made through Stripe gateway. Amelia lets you connect your Stripe account, so you can charge your customers online during the booking session, but it cannot issue a refund request in your stead.
To make it easier for you to see which order needs to be refunded, you need to enable "Description" and "Metadata" in our database.
When you access your database via PHPMyAdmin (or some other tool), access wp_options table:
It is possible that your prefix is not "wp_", but something else, so if that is the case, please look for "your_prefix_options" table.
When you access it, you can search through the column "option_name". Search for the term "amelia_settings":
The search will return only one row, and you need to edit it:
In "option_value" column, search for "stripe":
There, you can see "description", and it's currently set to "enabled":false
If you change that to "enabled":true, you can add notification placeholders for appointments and events. For example:
Same goes for "metaData":
This will be automatically enabled in one of our future versions, but until then this is the only way.