Jump to content

Remove product from cart not working when user logged on


Recommended Posts

When trying to remove product from cart by clicking Delete button everything works fine until I log-in to my user account.

 

If user is logged in remove product link is not working, I get redirected to the main page and that's it.

 

Ajax cart is disabled and blockcart is moved to right column.

 

The link to remove product when user logged-out:

domain.com/cart?delete=1&id_product=18&ipa=0&id_customization=&id_address_delivery=0&token=

 

The link to remove product when user logged-in:

domain.com/cart?delete=1&id_product=18&ipa=0&id_customization=&id_address_delivery=16&token=

 

 

The difference is in id_address_delivery. I have tried to change it to "0" when user logged-on, but it didn't helped.

 

I've added same product to my cart in both cases.

 

Any ideas why this is happening?

Edited by shniurs (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...