husseycoding / ajaxcartpopup

3 stars 11 forks source link

Cannot remove from the original cart page #48

Closed mydialand closed 7 years ago

mydialand commented 7 years ago

Hello, thank you for the amazing module!

But one issue was found. I cannot remove items from the original cart page. When I try to remove items hitting the remove item button on the original cart page, it shows me the circling loading icon but it never does anything but stays in the same page, does not remove the item.

Other than this, everything else works fine so far. I can edit the quantity to zero, and clear the shopping cart. I can remove items from the drop down cart.

Please let me know! Thank you very much.

husseycoding commented 7 years ago

What's your store URL?

mydialand commented 7 years ago

http://mydialand.com/

Thank you for your quick reply

husseycoding commented 7 years ago

You have a similar issue adding products to the cart on category pages. Oddly even though the spinner shows the add to/remove from cart request isn't even being sent. Have you altered the extension at all?

mydialand commented 7 years ago

One thing I changed was not to show 'quantity' error message for the drop down popup cart, because it was showing the 'quantity not available' message when the quantity is there. I just commented out the line so it wont change the function of the extension.

mydialand commented 7 years ago

But on my end, the adding function works fine. I can add items, takes a little bit of time to process, but it works.

mydialand commented 7 years ago

I got the solution. I just removed the following class:

class="btn-remove btn-remove2"

and replaced the button to text. Now it works. I do not know why the text makes difference.

Thank you for the amazing module anyway!

husseycoding commented 7 years ago

Glad you got it sorted.