shniurs Posted January 12, 2014 Share Posted January 12, 2014 (edited) 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 January 12, 2014 by shniurs (see edit history) Link to comment Share on other sites More sharing options...
shniurs Posted January 12, 2014 Author Share Posted January 12, 2014 It is funny how I come up with answer straight after posting my question here on forum..It seems to work when you change {$token_cart} at the end of delete links href to {$static_token} Link to comment Share on other sites More sharing options...
Recommended Posts