As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hi,
Is there a way of deactivating the recent update that syncs the WP User with the Amelia Customer information?
I can see how useful it would be for most however our use case is different and the first name of the Amelia Customer shouldn't match the first name of the WP User. All other details are fine but those two I can't have syncing and I'm having to go into the database each time we modify a user to then change their name back to what we need it to be.
Thanks very much.
Hello there,
Thank you for reaching out to us.
No, but you can change the name of the WP user in WP users section. Only user name can not be changed so you do not need to change this in the database.
Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best and hope you have a wonderful day ahead.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 Marko,
Thanks for the reply. Updating the WP User also updates the Amelia Customer so that doesn't seem to work?
For clarity:
And so the cycle goes on.
Is there a function, action, or trigger of some kind I can tap into via additional PHP code to break this cycle?
I completely get the modification when a Customer's name is the same as the WP User's name, but our use case doesn't reflect this and it's becoming really problematic. I'm happy to create a custom PHP snippet that interacts with the Amelia process if you can provide guidance as to what to target?
Hello again,
Unfortunately, currently this feature is not available in Amelia. What you want is specific need and this is not possible to achieve at this time Im afraid.
In light of this, we encourage you to kindly consider submitting this valuable suggestion as a feature request through the following link: https://features.wpamelia.com/. The prioritization of feature development is greatly influenced by the number of customer requests received. By participating and expressing your support, you contribute significantly to the potential expedited implementation of this feature. Not sure if this will be implemented to be honest since probably 99% percent of users like the way this works and I can not remember that we had a such request before.
Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best and hope you have a wonderful day ahead.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
I'm updating this as a public reply because there is/was a solution to this using a combination of WP hook and the Amelia Developers Documentation:
Turn Off Customer to WP User Sync
Turn Off WP User to Customer Sync
remove_action('profile_update', ['AmeliaBooking\Infrastructure\WP\UserService\UserService', 'updateAmeliaUser'], 10, 3);
---
The WP User <-> Amelia Customer sync addition is absolutely essential for most use cases but the above provides a reverse engineering solution should it be required. A good understanding of the Amelia database structure is fairly useful, as is the ability to write custom PHP snippets.
Hello again,
Thank you for sharing this with us and with other users hopefully this will help if there are some other users with same requirements.
Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best and hope you have a wonderful day ahead.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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