Associate
- Joined
- 29 May 2003
- Posts
- 2,038
- Location
- Cambridge
Can anybody recommend a tutorial for a simple shopping basket system using PHP and MySQL? I spent a couple of hours on Google last night but didn't find anything that really fitted the bill - then again, I was knackered at the time ...
It doesn't need to have all the bells and whistles, just a simple system that would allow someone to browse a site with a few (way less than 100) products and add/remove one or more of them to/from their basket. That said, the option to do free delivery on an order totalling over a certain amount would be nice to have. I'd then pass them on to a payment gateway like Protx or something similar for final payment.
If they're needed, I'd rather use sessions than cookies if possible - I know sessions need cookies enabled to work to their best and that cookies don't deserve the paranoia that surrounds them, but if their use could be avoided or minimised that would be ideal.
Unfortunately, I work for a very design-centred company and none of the off-the-shelf packages like Actinic or OSCommerce offer anything like the kind of design flexibility that our designers demand, so we'd have to develop something that could effectively be 'bolted on' to a bespoke site. Any ideas?
It doesn't need to have all the bells and whistles, just a simple system that would allow someone to browse a site with a few (way less than 100) products and add/remove one or more of them to/from their basket. That said, the option to do free delivery on an order totalling over a certain amount would be nice to have. I'd then pass them on to a payment gateway like Protx or something similar for final payment.
If they're needed, I'd rather use sessions than cookies if possible - I know sessions need cookies enabled to work to their best and that cookies don't deserve the paranoia that surrounds them, but if their use could be avoided or minimised that would be ideal.
Unfortunately, I work for a very design-centred company and none of the off-the-shelf packages like Actinic or OSCommerce offer anything like the kind of design flexibility that our designers demand, so we'd have to develop something that could effectively be 'bolted on' to a bespoke site. Any ideas?