Is it possible to change the Customer Panel so that events listed CANNOT be cancelled? Customer would need to contact my client for a refund, not cancel themselves.
Features are pushed up on our "to-do" list when there are a lot of customers requesting those features, so having your vote as a customer can be beneficial to this feature being developed sooner.
If you have any more questions please open a new separate ticket for each question and we will gladly help you there.
I found a workaround for how to hide the Cancel button for Events.
1. To do it from the back-end interface, set the "Minimum time required before canceling = 6 months" in the Event General Settings. This will work if you don't schedule events six months in advance. Customers who book the Event will not see the Cancel button as they will not be within the minimum time. It will make more sense if Amelia disables this Cancel button by default when this setting is set to "Disabled."
2. You can load the page with the Amelia plugin, and once it is rendered, right-click on the object you want to hide and select "Inspect". Open the Elements tab and copy the style name for an object you want to hide. In our case, it will be .el-button--mini.el-dropdown-selfdefine. Now, all you have to do is to add the following Custom CSS to your page or global website:
/* Hides the Cancel button from Customer Panel */ .el-button--mini.el-dropdown-selfdefine { display: none !important; }
You can hide any other objects the same way but make sure you don't hide global classes. In our case, if you hide .el-button--mini only, it would also hide the save button. So, be careful. Test it properly. This is just a workaround, not the best solution, but it can work while Amelia develops these options on the backend.
Hi
My client only uses Amelia for events
Is it possible to change the Customer Panel so that events listed CANNOT be cancelled? Customer would need to contact my client for a refund, not cancel themselves.
Thanks
Hello Mikki,
Thank you for reaching out to us.
Unfortunately, currently, this feature is not built-in in Amelia.
I'll kindly ask you to add it as a feature suggestion on this link https://features.wpamelia.com/
Features are pushed up on our "to-do" list when there are a lot of customers requesting those features, so having your vote as a customer can be beneficial to this feature being developed sooner.
If you have any more questions please open a new separate ticket for each question and we will gladly help you there.
We wish you all the best.
Have a nice day.
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 found a workaround for how to hide the Cancel button for Events.
1. To do it from the back-end interface, set the "Minimum time required before canceling = 6 months" in the Event General Settings. This will work if you don't schedule events six months in advance. Customers who book the Event will not see the Cancel button as they will not be within the minimum time. It will make more sense if Amelia disables this Cancel button by default when this setting is set to "Disabled."
2. You can load the page with the Amelia plugin, and once it is rendered, right-click on the object you want to hide and select "Inspect". Open the Elements tab and copy the style name for an object you want to hide. In our case, it will be .el-button--mini.el-dropdown-selfdefine. Now, all you have to do is to add the following Custom CSS to your page or global website:
/* Hides the Cancel button from Customer Panel */
.el-button--mini.el-dropdown-selfdefine {
display: none !important;
}
You can hide any other objects the same way but make sure you don't hide global classes. In our case, if you hide .el-button--mini only, it would also hide the save button. So, be careful. Test it properly. This is just a workaround, not the best solution, but it can work while Amelia develops these options on the backend.
Attached files: hide button.jpg
Hello Igor,
Thank you for providing us with a possible solution for Mikki.
Hopefully this will help him and luckily this ticket is public so that other users can find it so that they can try out this solution as well.
We wish you all the best and thank you once again.
Have a nice day.
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