Forum
Cart not working
Nadine Richmond
Posts: 6
- TF Shop
April 28, 2026
Hi,
I’m still
getting this warning when adding a product to cart:
Attempt to read property "id" on null
CartModel.php lines 181 and 186
It looks like the $cart object is null before $cart->id is accessed.
It seems the cart is not being initialized or retrieved properly before use.
Could you please:
Ensure the cart is created if it doesn’t exist, or
Add a null check before accessing $cart->id
Also, there still isn't a shipping method
Joomla Fry
Posts: 1091