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
105 stars 66 forks source link

Fix Cart::add() when the product can't be found #854

Closed mlocati closed 7 months ago

mlocati commented 7 months ago

I see this error in the logs:

Call to a member function allowCustomerPrice() on null

User: Guest

URL: https://domain/cart/add

File: [webroot]/packages/community_store/src/CommunityStore/Cart/Cart.php
Line: 272

Let's fix it.