Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Robert Dougan 48 posts 154 karma points
    May 16, 2013 @ 15:24
    Robert Dougan
    0

    Issue adding item to basket in IE10

    Hi,

    I have an issue with IE10 and Tea Commerce 2.1. When I click the Add to Basket button, I get the following error:

    Does anyone know if there is a quick fix for this? Upgrading Tea Commerce isn't really an option.

    Thanks,

    Robert

  • Rune Grønkjær 1371 posts 3102 karma points
    May 16, 2013 @ 16:16
    Rune Grønkjær
    0

    Hi Robert,

    What does your form post data look like? I'm very interested in what data you are sending to the server.

    Only IE10?

    /Rune

  • Robert Dougan 48 posts 154 karma points
    May 20, 2013 @ 10:31
    Robert Dougan
    0

    Hi Rune,

    Yes, this is only a problem in IE10.

    There doesn't appear to be any data in the post request (it's an AJAX call), but this is the same in both Firefox and IE, and it works in Firefox.

    The URL that's being called by the AJAX is /tcbase/teacommerce/AddOrderLine/1562/1.aspx.

    Robert

     

  • Ole Martin Bakke 112 posts 624 karma points
    May 27, 2013 @ 10:50
    Ole Martin Bakke
    100

    Hi!

    I was having the same issue with one of our TeaCommerce 1.4.2.4-solutions today.

    The problem came while adding orderlines without extra propteries. This resulted in TeaCommerce sending a call with formdata: undefined.

    Adding a random proptery to the product solved the issue for me.


    TeaCommerce.addOrderLine(productid, quantity,
        {
          async: true,
          successfn: function (data) {
            jQEle.removeClass('updating');
          },
          errorfn: function (data) {
            jQEle.removeClass('updating');
          },
         properties:{
           'productType': "Produuct"
         }
        });

     

    -Ole Martin

  • Robert Dougan 48 posts 154 karma points
    Jun 05, 2013 @ 13:24
    Robert Dougan
    0

    Thanks Ole, that's worked for me.

    Robert

Please Sign in or register to post replies

Write your reply to:

Draft