Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / adding to shoppingCart class

adding to shoppingCart class

Locked

Views: 768

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
12 Feb 2009, 7:05 AM
#1
avibodha avatar

avibodha

New Zenner

Join Date:
Nov 2007
Posts:
25
Plugin Contributions:
0

adding to shoppingCart class

I'm adding some variables and a few functions to the shoppingCart class, yet $_SESSION['cart'] does not have my functions or variables available. Does anyone have any ideas why?

Is there some serialization or some way I need to add my functions? They are inside the class definition...any help is appreciated.

thanks

12 Feb 2009, 7:15 AM
#2
avibodha avatar

avibodha

New Zenner

Join Date:
Nov 2007
Posts:
25
Plugin Contributions:
0

Re: adding to shoppingCart class

[SOLVED.....(operator error)...]

If you have edited a class or function, and it looks like your code is not even there....

...check your FS_CATALOG path in your config....and the local folder config if there is one...

spent too many hours trying to see why my functions/variables weren't in the class as I expected...turned out I had copied the config from another project and it was looking at those files!