kazikus1997 Posted June 1, 2021 Share Posted June 1, 2021 Hi, I'm having trouble finalizing the checkout. I am unable to proceed to the previous step, nor can I submit my order. The problem also appears with the display of the window to choose a parcel locker. The store is operated by cloudflare. I unhooked it and the problem is still unfortunately still present. In the console I see an error in core.js, but I do not see anything that would be incorrect in the code .. I am asking for help or a hint. Link to comment Share on other sites More sharing options...
musicmaster Posted June 1, 2021 Share Posted June 1, 2021 You don't show the relevant errors. "$ is not defined" means that Jquery was not loaded. That usually happens because some javascript error happened before. But your image doesn't show what was the first javascript error. Link to comment Share on other sites More sharing options...
kazikus1997 Posted June 1, 2021 Author Share Posted June 1, 2021 I added an entry to the file responsible for checkout and managed to display the field responsible for choosing the place of delivery, but the first problem still occurs from the console and I cannot confirm the order. I wanted to change the order of execution of Js maybe this will solve the problem? However, I can not find information where to find this order. im added: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script> Now: Link to comment Share on other sites More sharing options...
musicmaster Posted June 1, 2021 Share Posted June 1, 2021 The oldest error I see is "RcanalyticsEvents is not defined". You should start solving that problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now