Post by scpost » Thu Apr 26, 2012 10:37 pm

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
Last edited by scpost on Mon May 21, 2012 1:58 am, edited 1 time in total.

New member

Posts

Joined
Thu Nov 10, 2011 12:51 am

Post by Avvici » Tue May 01, 2012 10:56 am

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.

Code: Select all

},
							error: function(xhr, ajaxOptions, thrownError) {
								alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
							}
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 :)

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC
Who is online

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