选择交付方式后,结帐在 opencart 1.5.6.4 中不起作用

Checkout is not working in opencart 1.5.6.4 after selecting delivery method

这是我的商店 store.suhaskhamkar.in。我正在为我的商店使用 opencart 1.5.6.4,在这种情况下,当客户执行 checkout 时,它会卡在第 4 步,即交付方式。控制台上有一些错误,例如 Uncaught TypeError: $(...).colorbox is not a function.

在您的代码中放置脚本时犯了一个小错误。

首先jquery.colorbox-min.js然后jquery-1.7.1.min.js

这一行应该排在第一位。

<script type="text/javascript" src="catalog/view/javascript/jquery/colorbox/jquery.colorbox-min.js"></script>

那么这条线应该来了

<script type="text/javascript" src="catalog/view/javascript/jquery/jquery-1.7.1.min.js"></script>