Comments elyanniz started the conversationJuly 18, 2020 at 3:41pmHi,I want to allow my customer to reschedule their own appointment via customer panel BUT i don't want to allow my customer to cancel their appointment.I did enable/disable the function via roles setting, but i don't know how to enable only the reschedule function.Please assist. Thanks! 2,572Aleksandar repliedJuly 20, 2020 at 9:59amHello again elyannizThis can only be achieved with some custom CSS.If you can provide me a customer panel log-in, I would find that selector, and share it with you, so you can include it on the page.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 elyanniz replied privately 2,572Aleksandar repliedJuly 21, 2020 at 7:37amHello again elyannizThe customer panel log-in didn't work, so I created a new customer AMELIA TESTYou can hide the cancel option with this custom CSS: .am-cabinet-dropdown-menu > li:nth-child(2) { display: none !important; } I already added that CSS to the Customer Panel page, so you should now only see "Reschedule" when you log in.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 Sign in to reply ...
Hi,
I want to allow my customer to reschedule their own appointment via customer panel BUT i don't want to allow my customer to cancel their appointment.
I did enable/disable the function via roles setting, but i don't know how to enable only the reschedule function.
Please assist. Thanks!
Hello again elyanniz
This can only be achieved with some custom CSS.
If you can provide me a customer panel log-in, I would find that selector, and share it with you, so you can include it on the page.
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 again elyanniz
The customer panel log-in didn't work, so I created a new customer AMELIA TEST
You can hide the cancel option with this custom CSS:
I already added that CSS to the Customer Panel page, so you should now only see "Reschedule" when you log in.
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