creating shopping cart in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepaks85
    New Member
    • Aug 2006
    • 114

    creating shopping cart in php

    Dear Friends,

    I am developing a web hosting website and will be providing web space to the customers. I think its possible with Shopping cart but I never did it before. Even I don't have any idea about it, how it works and what are the requirements for this.

    Can anybody help me that...........

    - How shopping cart works?
    - Is there any script for this?
    - What are the requirement for the same?

    Please help me..........I really need it.
    Thanks in advance....
  • nomad
    Recognized Expert Contributor
    • Mar 2007
    • 664

    #2
    Originally posted by deepaks85
    Dear Friends,

    I am developing a web hosting website and will be providing web space to the customers. I think its possible with Shopping cart but I never did it before. Even I don't have any idea about it, how it works and what are the requirements for this.

    Can anybody help me that...........

    - How shopping cart works?
    - Is there any script for this?
    - What are the requirement for the same?

    Please help me..........I really need it.
    Thanks in advance....
    are you looking for a shopping cart host site that you can build?
    If yes then
    - How shopping cart works? they use php, sql and html
    - Is there any script for this? yes there are alot that you can modify/customize if you know php sql. There are even templates that you can use.
    - What are the requirement for the same? What do you mean by requirements?


    or
    do you want to create on from scratch.

    nomad

    Comment

    • deepaks85
      New Member
      • Aug 2006
      • 114

      #3
      Originally posted by nomad
      are you looking for a shopping cart host site that you can build?
      If yes then
      - How shopping cart works? they use php, sql and html
      - Is there any script for this? yes there are alot that you can modify/customize if you know php sql. There are even templates that you can use.
      - What are the requirement for the same? What do you mean by requirements?


      or
      do you want to create on from scratch.

      nomad

      Yes, I want to create it from scratch.

      If I create shopping cart then how would script validate the credit card number entered by user and where the money will be transferred?

      Thanks for your cooperation

      Comment

      • ronverdonk
        Recognized Expert Specialist
        • Jul 2006
        • 4259

        #4
        Well, usually when you want to do online and realtime payments, you'll have to set up a link with the various creditcard companies according to their specifications. They will validate the creditcard number, expiry date, name, special code (at the back), etc.

        So you will have to look for their requirements on how to setup such a link. And there is a prive to be paid (of course) to them.

        Ronald

        Comment

        Working...