I wonder if it's possible to export/ import Amelia settings (emails notifications, days and hours settings, ...) and purchase/ reservation setting from one website to another ?
Other than using the Duplicator plugin (used for cloning the entire website), you would be able to do this by copying all Amelia's database tables (41 database tables with wp_amelia_ prefix, as seen partly in the screenshot above); and also the "amelia_settings" from your wp_options table.
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:
Copy the entire "option_value" column, and paste it into the same location on your other website.
Hi Amelia team,
I wonder if it's possible to export/ import Amelia settings (emails notifications, days and hours settings, ...) and purchase/ reservation setting from one website to another ?
Thanks for your answer,
Have a nice day,
Hello Virginie
Other than using the Duplicator plugin (used for cloning the entire website), you would be able to do this by copying all Amelia's database tables (41 database tables with wp_amelia_ prefix, as seen partly in the screenshot above); and also the "amelia_settings" from your wp_options table.
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:
Copy the entire "option_value" column, and paste it into the same location on your other website.
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