Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tschmich

Pioneers
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    Tony

tschmich's Achievements

  1. Hello everyone! I have the same problem like Martin on page 109... Sometimes i recieve a mail with the order error. There is no point where i can see some rules for this... Looks like the data are processed by an asynchronous Ajax Request. Maybe sometimes this request takes too long, so the PHP-Part already reaches the part where the data are processed, but they are empty, because the Ajax returned nothing. I tried to change in like this: queueAjaxRequest: function (options){ var checkoutClass = this; var o = { async: false, // make synchronous url: options.url, cache: options.cache || false, dataType: options.dataType || 'html', type: options.type || 'GET', an so on ... but then I can't enter any information on the Checkout Page. Not even right click for context menu is possible. Can this be the problem, or not? Hope someone can help, this is really annoying ;-) Greetings from Germany Tony
×
×
  • Create New...