concretecms-community-store / community_store

An open, free and community developed eCommerce system for Concrete CMS
https://concretecms-community-store.github.io/community_store/
MIT License
106 stars 66 forks source link

Cart Modal Issue #692

Closed SB1955 closed 2 years ago

SB1955 commented 2 years ago

CMS: V9.1.2 PHP: 8.1 Store: 2.4.7.7

Hitting ‘Clear Cart’ clears page ‘Utility Links’ but not modal and gives server error: POST http://localhost:8888/b192/cart/getmodal [HTTP/1.1 500 Internal Server Error 259ms]

‘Continue Shopping’ and ‘Update’ in modal seems to work.

All okay with PHP: 7.4.21

Cart-Modal-1 Cart-Modal-2

Mesuva commented 2 years ago

This should fix it: https://github.com/concretecms-community-store/community_store/commit/23f27f2367546acb80b014e42059beca42445fea

Let me know if you hit any other issues

SB1955 commented 2 years ago

Thanks, fixed.