I have launched a site that we developed with the “beta” subdomain. Everything has switched over but I can’t make the link on the Checkout page change that goes back to the Cart.
I believe I have tracked it down in the code to this section of code in EED_Multi_Event_Registration.module.php:
add_query_arg(array( ‘event_cart’ => ‘view’ ), EE_EVENT_QUEUE_BASE_URL )
But I cannot change this link in any way. Can you tell me either how to update this link OR a custom function that will overwrite this link.
There’s no workaround, because the URL set in the code is the same as what’s stored in the options table. So something in your database is still pointing to “beta.website.com”. May I ask was the site’s database migrated using a find & replace script or plugin like WP Migrate DB?
I used a find/replace but can go through again and update all the remaining instances. I have eight remaining instances in the wp_options, four under “ee_core_routes(ver#)” and one under “ee_invalid_checkout_access”.
Those aren’t the options in the database that would affect this, but in any case those should be updated to the correct URLs. May I ask can you post a link to the event page in question, so we can investigate further?
I used a find/replace but can go through again and update all the remaining instances.
What kind of find an replace? A script that also handles serialization or a simple find/replace search?
Go to Event Espresso -> General Settings -> Critical Pages.
For the ‘Registration Checkout Page’ page, click the ‘View’ link, does that go to the correct page?
Viewing 7 reply threads
The support post ‘Link not changing in Return to Event Cart button on Checkout’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.