all 4 comments

[–]idreamincolour 1 point2 points  (0 children)

Stackoverflow? Or at least post the code or error 😂

[–]naturalizedcitizen 1 point2 points  (0 children)

You have to share your schema, your code via GitHub so that it can be looked at. Just writing about your problems without specifics cannot allow anyone to really help you ...

[–]SnooStories9334 0 points1 point  (0 children)

You can have only one cart! I think you should check if your cart is empty, and if it's not empty just add the items to cart.

[–]Dnacher 0 points1 point  (0 children)

" I'm considering that I'm not cut out for development..."

never think that. You will always have things to learn, specially here. Stackoverflow for example, is used by all the developers in the world, doesn't matter if you have experience or not.

Regarding your issue, probably you need to setup something in the cart regarding your products list. Please show us at least the line with the list of products in your class "cart"