Hello,
I'm developing a shop system where an external application posts information (in a GET url format) to Zen Cart - the external application is doing this fine but I'm having trouble getting this information into the shopping cart.
I'm a reasonably competent PHP programmer but looking for some understanding on how this process works.
Is there details anywhere of how cart information is stored as a session? (a structure document of the session array?) or ideally it would be useful if someone could provide some general code of how an item could be placed into the cart through the use of a script i.e what information needs to be stored each time in the cart session and assigned to which variables
Many Thanks


Reply With Quote
