dreamingmind / bindery

CakePHP 1.3 Based Dreaming Mind Bindery Site
2 stars 2 forks source link

migrate logged in user contact data to cart #234

Closed dreamingmind closed 9 years ago

dreamingmind commented 9 years ago

find a place this can be integrated.

Purchases->login() would be one place if the cart already existed.

Purchases->addToCart() must do something about generating a cart record if one does not exist. So probably that getCartRecord bit, whatever that is called, would be the second place to do the job