Jump to content

Shopping Cart Information


jakebur01

Recommended Posts

I just made my own a little while ago...all you really need to know is how to make classes, and how to work with either cookies or session variables.  I made my own shopping cart class and set a session variable to be an instance of that class.  You should set certain variables like 'name' and 'unitPrice' for each item in the cart...you can make them as part of an object or as an array....ex) $item['name'] or $item->name ....

 

Just some starter points  ;)  Look at php.net's manual for creating classes...and pretty much most other questions regarding php.

 

Good luck!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.