Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Member Integration Plugin: If Member cancels is payment automatically refunded? | Event Espresso - Staging Server

Support

Home Forums WP User Integration Member Integration Plugin: If Member cancels is payment automatically refunded?

Member Integration Plugin: If Member cancels is payment automatically refunded?

Posted: May 3, 2013 at 4:39 pm

Viewing 1 reply thread


Kathleen Hall

May 3, 2013 at 4:39 pm

Hi there,

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.

Thanks!


Dean

  • Support Staff

May 6, 2013 at 2:21 am

Hello Kathleen,

Refunds are not handled by Event Espresso, you will need to manually refund the person via the gateway you are using.

I havent heard of a way to stop users from cancelling. However, if it was me I would stop users from accessing their admin profile and force them to use the front end profile via the My Events shortcode http://staging.eventespresso.com/wiki/shortcodes-template-variables/#my-events

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.

Event Espresso - Staging Server