Skip to content

ORM User does not save shopping cart values #10

@ashishpadave

Description

@ashishpadave

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions