I’m using EE and Member Intergration add on with WL Member and authorize.net AIM as payment gateway. If a member cancels an event is the refund of payment automatically generated? Also, is there a way to take away the ability for members to cancel? It seemed I read that was possible but now I can’t seem to find it.
You may need to code or use a plugin to redirect a user away from the profile page and to the front end page on login/registration.
Then I would add the following to the themes style.css file or via a plugin like My Custom CSS to hide the links to the profile page and the cancel button, I also added code to hide the tick boxes but that isnt strictly necessary.
/* hide the cancel and profile links*/
.bottom_settings {
display: none;
}
/* hide the tickboxes */
.sorting_1 {
display: none;
}
.check-column {
display: none;
}
Viewing 1 reply thread
The support post ‘Member Integration Plugin: If Member cancels is payment automatically refunded?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.