Open mrbadri opened 3 weeks ago
-each user had one cart model that API will get or create it fields: user products created_at
Add to cart delete cart (delete all option)
get cart --> sum of products price required
Cart Model
-each user had one cart model that API will get or create it fields: user products created_at
API's
Add to cart delete cart (delete all option)
get cart --> sum of products price required