Results 1 to 2 of 2

Thread: PHP shopping cart tutorial

  1. #1
    Join Date
    May 2007
    Location
    England, UK
    Posts
    235
    Thanks
    3
    Thanked 6 Times in 6 Posts

    Default PHP shopping cart tutorial

    Does anyone know of a good tutorial for creating my own PHP shopping cart.

    I already use PHP and MySQL and understand the basics very well.

    Do you think it's worth while writing it from scratch or is there any good open-source scripts I can download.

    Thanks.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    "good" is subjective because it will need to be a shopping cart YOU like using and understand how to maintain.
    Writing from scratch is always better, if you have the time and can write it well. It will always fit your design/system best if molded to it. This may not be practical, though.

    It isn't really that complex... just use sessions/users/database to store products as they are picked then let them check out and gather all the items. That's about it, plus any features you'd like to add.

    Google some available scripts and see at least some examples, if not something workable.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •