I'm trying to allow the customer to add an item (CartItem) to their cart. The CartItem is linked to my Products model via ForeignKey. I've created a list of products through the admin.I'm trying to allow the customer to add an item
I'm trying to allow the customer to add an item (CartItem) to their cart. The CartItem is linked to my Products model via ForeignKey. I've created a list of products through the admin.I'm trying to allow the customer to add an item