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!
I've set up Stripe as my default payment for Amelia bookings. I made sure that email receipts of successful payments and refunds are turned on in Stripe settings, but the "customers" are not being created in Stripe when payment is processed, so there is no way to send the email receipts. The "customers" should be created automatically when I receive a payment, but you're not passing that information from your platform to my Stripe account. Please help ASAP; I'm waiting on a website launch because of these issues and the lack of timely help from your customer support.
Hello Hannah
In Amelia Settings/Payments you can configure metaData and descriptions for stripe. There, you can add metaData for the customer, and use %customer_full_name% placeholder (the same that you're using in our email templates) to generate this info for Stripe.
If that doesn't work correctly, go into ../wp-content/plugins/ameliabooking/src/Infrastructure/Services/Payment/StripeService.php and around line 54 add this code:
Like this:
I don't know if it's going to work, though, if there already isn't a customer with this email registered in Stripe.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
How do I find where I add that code? So Amelia isn't actually fully integrated with Stripe, then? Are there other payment processor plugins that actually fully integrate with Amelia so that my customers will automatically be emailed receipts?
Hi again Hannah
You can find that file via FTP, in this location: ../wp-content/plugins/ameliabooking/src/Infrastructure/Services/Payment/StripeService.php
Integration with Stripe is established for payments only. Refunds, invoices, receipts, etc. need to be handled through your Stripe account.
Forwarding the customer's name works with metaData, but in case it doesn't work with that, you will need to modify the file mentioned above.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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