lat9 / keep_cart

Keeps a Zen Cart "cart" in a browser cookie.
GNU General Public License v2.0
1 stars 1 forks source link

last item can't be removed from cart #12

Open webchills opened 1 year ago

webchills commented 1 year ago

Zen Cart 1.5.7 PHP 8.0.28 With 2.0.3 the last item can't be removed from the cart. Removing it restores everything. Additionally after a succesful checkout the shopping cart is not emptied. With 2.0.2 everything is fine

lat9 commented 1 year ago

Thanks for the report; I'll investigate as well and 'report back'.

lat9 commented 1 year ago

@webchills, I've verified that the issue exists. When I updated to use PR #11 from @torvista, that appears to correct the issue.

Could/would you install the PR's updates and see if you agree?

webchills commented 1 year ago

I can confirm that torvistas PR files do fix the issues

lat9 commented 1 year ago

Thanks, @webchills. I'll get that merged and v2.0.4 released.