Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same problem.

    I also cannot remove coupons once applied. Reset Password function also doesn’t work. I can’t figure out the root cause or replicate it on my development server.

    nginx/1.4.6
    PHP/5.5.9

    Thread Starter obukung

    (@obukung)

    Oh, I cannot remove coupon,too.

    nginx/1.7.1
    PHP Version:5.4.29

    @obukung – your checkout page has JS errors. That may be the root of your problem…

    Thread Starter obukung

    (@obukung)

    Found the solution:
    I need to edit NGINX server config file where I have to change

    location / {
    try_files $uri $uri/ /index.php;
    }

    to

    location / {
    try_files $uri $uri/ /index.php?$args;
    }

    Did this fix work for anyone else? Ive been having the same issue for a few weeks now. Cant remove items/coupons using the remove item button.

    I talked with my host and had them do the edit you mentioned but it did not work for me as that edit was already in place. =/

    I did notice that when clicking the remove button, the page reloads with the remove url at the top as if it did remove but nothing changes.. if I remove the “s” from https://……. then try, it works great.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't remove item from cart’ is closed to new replies.