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,
we have defined custom fields for our event bookings and have a woocommerce integration for payments.
Our goal was to have the custom fields like street, zip and city populated directly into the Woocommerce fields so the user doesn't have to re-enter them.
We managed to do that by finding the necessary function in the plugin's PHP file "WooCommerceService.php".
We added the custom fields to the function "checkoutGetValue" (see screenshot).
My question is if we could write the function in a different place so that it is not lost during an update? It would be great if someone from your development team could help us with this.
I made this ticket public because I think this could be very useful for other customers.
Many greetings
Anil
Hey Anil
Thanks for sharing this with everyone. I believe this would be a great addition for Amelia, to add as an option, so the ticket will be forwarded to our developers for review.
At the moment, there's no way to prevent the data from being overwritten with the update, but I hope our developers will be able to include something similar in one of our future updates!
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
Hi again Anil
We'll add this in the next update, but for the moment, you can add this code before the next update is released, so even though it's going to be overwritten with the update, it'll be overwritten with the same data:
Then, you can pull what you need in the filter method:
I hope that helps.
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
Hello Aleksandar,
that's fantastic. Thank you so much for taking care of it!
Kind regards
Anil
You are most welcome
If there is anything else we can assist you with please don't hesitate to open a new ticket.
Have a wonderful day!
Hello Alexsandar,
You had written me once that you were going to add the feature in the next update. Has that been added yet? Now that we want to update, I would like to know how we can link the fields to WooCommerce now.
Thank you and kind regards
Anil
Hey Anil
There's been a misunderstanding. We do plan something like this to be developed in the future, but when I mentioned that "we'll add this in the next update" I was referring to the actual functionality, not the setting within Amelia that would automatically apply custom fields to WooCommerce.
So, you need to apply the filter we previously sent (if you haven't already):
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
Hi Alexsandar,
Thank you for the answer! Ok I think I have understood now how you mean that. The filter was built into the code that can be accessed..
In the code below is the current state of the fields we have added. We still have the old version of Amelia on it and would like to update now.
Since we are unfortunately not professionals, could you kindly send us some sample code on how to include the custom fields in the filter? Preferably an example where you add multiple fields. That would be really helpful for us.
Would it be right like that?
Many thanks and best regards
Anil
Hey Anil
This is how to do it:
In the end, the result will be what's added in the Filter, and default values: first_name, last_name, email, phone.
If you need some further assistance, please feel free to reach out to us.
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