Forums
Home / Plugin: Svea Checkout for WooCommerce / Check out not working
(@andzei)
5 months ago
When put items in basket the plugin just thinking nothing happens. can’t enter personal info to order.
The page I need help with: [log in to see the link]
(@thegeneration)
Hi andzei,
You seem to be loading jQuery twice on your webpage – version 3.7.1 which is default in WordPress and also 2.2.4:
<!-- Bootstrap core JavaScript================================================== --><!-- Placed at the end of the document so the pages load faster --><script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<!-- Bootstrap core JavaScript================================================== -->
<!-- Placed at the end of the document so the pages load faster --><script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
Can you remove the above code which seems to be added in your theme?
Hi again,
I can also see that you have put the checkout on the cart page. I strongly recommend that you separate the cart and checkout pages as it might create a conflict in the functionality.