Hello all,
I'm looking for a php shopping cart to customise. I could build what I want from scratch, but time is my enemy. Any suggestions will be very gratefully recieved.
What I need is something that can query seperate (custom) tables of data that have already been coded for other purposes.
I have a discography system that I've built for a customer, and they want a shopping cart integrated into it. It doesn't need to have amazing features, but I need to access products from seperate tables without changing those tables too much.
I suppose the ideal would be to have some kind of intermediate table, that stores price and product ID's, and can also direct a class to the correct table for further info.
I guess my only other two requirements would be that I can include a summary of the contents of the cart on other pages, and that it has an interface for some payment service providers, eg Worldpay. Neither of these two requirements above are difficult for me to code myself, so are not neccesities.
Help appreciated!