ProLoser / CakePHP-Cart

One plugin to package together all the tools needed to build your own shopping cart in CakePHP
77 stars 20 forks source link

schema? #7

Open meta-zen opened 12 years ago

meta-zen commented 12 years ago

I am new to cakephp so please forgive me if there is an easy answer to my question. I have finally figured out that you can call the shopping cart component from my controller that I have created, however, it seems that when I run the initialize method, I am getting an error:

"Database table carts for model Cart was not found"

it seems that I might be missing some schema which I have searched for within the project, but cannot find it... am I missing something- did I overlook something very basic?

Any help would be appreciated. thanks. Mauricio

ProLoser commented 12 years ago

What component are you trying to use and what are you trying to accomplish. The plugin is currently in bits and pieces.

meta-zen commented 12 years ago

Thanks for your time; I ended up writing my own session based shopping cart...