Jump to content

Problem with core.js on checkout


kazikus1997

Recommended Posts

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.
image.thumb.png.50f1f3cc131d3e6b8de69720d3e2744f.png 

Link to comment
Share on other sites

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:

 

image.thumb.png.a2aad98b0338a2c0391a416b451d0cec.png

 



Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...