i newbi use opencart... i try install on my linux server.. .. the problem is..when I want to click [ Continue ] button to continue the order( after i finish my payment method then it goes to Checkout Confirmation) . The continue button to checkout confirmation does not function.. it freeze like no action to take.. but i look in code. i go to some javascript code. to continue it..
i try to trace which action it will take.. i think this javascript
Code: Select all
function confirmSubmit() {
$.ajax({
type: 'POST',
url: 'index.php?route=payment/cod/confirm',
dataType: 'text',
success: function(msg) {
location = 'http://personastyle.iblogger.org/v1/index.php?route=checkout/success';
}
});
Code: Select all
location = 'http://personastyle.iblogger.org/v1/index.php?route=checkout/success';
plz help me....

