What causes the “add to cart” button to show the spinning circle and never get to the “View Cart” button? I am trying to make some code modifications in the way attendees get added to the database, but since I’ve put in a few changes, I have this new problem on my registration page (which is not what I was editing!). If I reload the page, it stops spinning and I get the “View Cart” button. Can you help direct me towards what makes that feature work and how I might fix whatever I did to break it? Thanks!
What changes did you make to which files? If you did not make changes to the cart functions, then it’s unlikely that editing the cart files will solve the problem.
It is beyond our support agreement to support modifications to the core files. I would suggest reverting the changes you made or starting with the original files.
If you need our help further to evaluate the files or code you will be required to purchase a support token(s).
When WP_Debug is enabled, all notices, warnings and errors are displayed in the browser.
When you add an event to the cart an ajax call is made to do so.
If any of those notices etc are included within that call, the ajax fails and the spinner will continue to spin.
Disabling WP_Debug removes the notices so it then continues to work as expected.
Viewing 3 reply threads
The support post ‘add to cart button circling forever?’ 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.