Posted: May 25, 2017 at 7:35 pm
|
Hi there, Just doing some testing of links, and on the Thank You page is a link to “resend email” The email sends with a copy of event registration details, but i also get redirected to a blank page with the following; We’re sorry… This is a system page for displaying transaction information after a purchase. Is this normal behaviour? If not, any idea how to fix please. Many thanks : ) |
Hi there, That’s actually not normal behavior. The way forward to find the fix will be to follow this guide: https://eventespresso.com/wiki/troubleshooting-checklist/#pluginconflicts |
|
|
Thanks Josh, I’ve found that the issue comes from the way i’m using the shortcode within the WooCommerce “My Account” page as an additional endpoint. When the shortcode is used on a normal page it works. Any reason why that might be? I can provide login access if it’s something you might need to explore? The code i’m using is below (in case it’s a useful reference point) within my functions file. ………………. // 1. Register new endpoint to use for My Account page add_action( 'init', 'bbloomer_add_event_details_endpoint' ); // 2. Add new query var add_filter( 'query_vars', 'bbloomer_event_details_query_vars', 0 ); // 3. Insert the new endpoint into the My Account menu add_filter( 'woocommerce_account_menu_items', 'bbloomer_add_event_details_link_my_account' ); // 4. Add content to the new endpoint
add_action( 'woocommerce_account_my-events_endpoint', 'bbloomer_event_details_content' ); Thanks for any further help. |
OK, so to be clear the resend email link works as expected from the Thank You page, but not from your custom WooCommerce My Accounts section? I think you’ll run into more than a few issues with trying to load in the What I can suggest doing instead is you put the If you absolutely need to hide that section and only display if it’s clicked from the custom menu then you could change add the |
|
The support post ‘Resend Email – redirection’ 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.