Carts model #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A cart links a user_id to a cart_id.
A cart also has a short unique ID using capital BASE58, six characters like (NGB832)
users can have many carts
add method
addCart
to create a cart for user_cart_idadd method
addSaved
to create a cart for user_saved_for_later_id