I have always had problems with the Checkout(callback functions)
Once in a while 1 out of 20 trys, the page loads only half of the items (Payment Address, Shipping Method,header & footer loads but the Payment cell & confirmation cell will not) using IE 9, windows. Hit the checkout button again and it works.
Is there something I can use to debug this? OR Can I add a link prior to page loading that will let the user know "If page does not load, Click Here"... . since after a refresh it loads.
http://www.christianarea.com/shop
Are you using 1.5.1.3? If so then you have no debugging in your Checkout Ajax.
Insert this line wherever you want to catch an error. It will throw it.
If you have 1.5.2.1 then it's already upgraded. Also, would you mind adding or renaming your post title to have the word DEBUG AJAX in it? It would help people find what they are looking for on searches 
Insert this line wherever you want to catch an error. It will throw it.
Code: Select all
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}

Who is online
Users browsing this forum: Semrush [Bot] and 22 guests