Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORM User does not save shopping cart values #10

Open
ashishpadave opened this issue Sep 28, 2011 · 0 comments
Open

ORM User does not save shopping cart values #10

ashishpadave opened this issue Sep 28, 2011 · 0 comments

Comments

@ashishpadave
Copy link

When using ORM instead of automodeler on the Model_Vendo_Core_User_ORM class, the $_shopping_cart value is never set. I tried doing it like its done on the automodeler code, setting it in the construct, $this->_shopping_cart = new Model_Order; But ORM does not save the property when serializing for session save, hence all the values are lost. Any ideas on how to overcome this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant