• I have a problem (must be with the javascript) on my shop.
    I go to this page and select Add to Cart on one of the items: http://www.proxyplayer.co.uk/NewSite/?page_id=4
    It gets added as 1 item into the shopping cart on the right sidebar. I then click View Cart but as soon as the checkout page appears it is suddenly 2 items

    I tried looking through firebug and found that there is a blank background-image: url()
    which causes a double submission.
    ANy ideas how I can fix this?

    /* Background */
    #show-space,
    #inner-page-show-space {
    background-color: #ff9f12;
    background-image: url();
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter qwertyjjj

    (@qwertyjjj)

    FF has a bug where if there is ablank background-image it resubits the page twice!
    So, you have to add a transparent background image or some javascript to fix this!

    I’ve got the same problem. Even I choose the transparent background, it still doesn’t work :(. What should I do :'(

    Thread Starter qwertyjjj

    (@qwertyjjj)

    To fix this, I uploaded a transparent png or gif

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘woocommerce shopping cart double add’ is closed to new replies.