Results 1 to 3 of 3

Thread: Looking for Shopping Cart

  1. #1
    Join Date
    Mar 2010
    Posts
    22
    Thanks
    6
    Thanked 1 Time in 1 Post

    Unhappy Looking for Shopping Cart

    Hi everyone. I'm Looking for a shopping cart code. Is there an easy way to make it. I have made simple forms and tables and the post and action on forms but can't get the orders on different page.

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

    Default

    It's very hard to define a "shopping cart code". At that level of complexity, it's more or less software.

    The forms and tables are only the front end, what the customer sees. The complex and difficult work is in getting the system (that the customer does NOT see) working. This involves a serverside programming language (like PHP, and NOT Javascript) and a database (like mysql, or possibly just text files, but that's harder to work with usually).

    I suggest looking on google and possibly paying for something because you will be handling money with this, so having strong software to support your site is a good idea.

    For a smaller site, consider using paypal.

    On a bigger scale than just the shopping cart, how do you expect your users to pay? If it's something like paypal, a simple shopping cart is fine. If you want to host the payment yourself, it gets a lot more complex and you will need to do a lot more, such as "placing" (storing into a database, etc) orders.


    In short, it's very possible to make this, but it's not easy. Without experience coding in a serverside language, the only easy way is to just buy/find some software that will do this for you. There's lots out there, though I'm not sure of a specific one to recommend-- it probably depends on your purposes.
    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

  3. The Following User Says Thank You to djr33 For This Useful Post:

    andysam (04-13-2010)

  4. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    use Zen Cart. Its free, easily installed. The set up is a little difficult, but there are step by step docs on the site to get you set up. It has thousands of features, but you only need to use the ones you need to use. It works, its easy (after the initial install) and it integrates with your paypal account.

    I have used it on many many sites and it has never failed.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. The Following 2 Users Say Thank You to BLiZZaRD For This Useful Post:

    andysam (04-13-2010),djr33 (04-12-2010)

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
  •