dreamingmind / bindery

CakePHP 1.3 Based Dreaming Mind Bindery Site
2 stars 2 forks source link

cart pallet remove failure #269

Closed dreamingmind closed 9 years ago

dreamingmind commented 9 years ago

for a logged in user with one item, remove seemed to do pallet update but the item remained in the cart. went to checkout and confirmed it was there.

dreamingmind commented 9 years ago

The reason is it's calling remove with the wrong cart item id. it's the previous id. this may be related to the ongoing failure to write user_id's to cart items which stems from some sort of caching/saving/removing mixup

dreamingmind commented 9 years ago

this was part of the firebug 'show in new tab' snafu