![]() |
|
||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
|
|
#1 |
|
WLC Member
Join Date: Feb 2010
Posts: 27
|
Could anyone point me to any resources where I could learn to implement an order processing page? I've really never done anything like this before, so anything ranging from how to make a shopping cart to how to use PayPal and credit cards for purchasing. Thanks a lot!
-Alex |
|
|
|
|
|
#2 |
|
WLC Mod
Join Date: Jul 2009
Location: Milky Way Galaxy
Posts: 3,167
|
Just google, "How to make a store with Paypal" or "Using Google Shopping Cart" and you should get your answers.
__________________
Praise be to the Lord God for the ability to learn, the capability to analyze, and the time to help users on this forum. |
|
|
|
|
|
#3 |
|
WLC Member
Join Date: Jul 2010
Posts: 1
|
First, you need to determine what exactly you want the system to do. I'm guessing that you want to be able to input products and send the order to a credit card processor.
In order to do this, you'll need to create a database. Inside that database, you will need to create one table that lists products and prices, another for user authentication, and a third to list individual orders and the customers who placed them. After the database is organized, create the PHP code that interfaces between the user's browser and the back-end database. I would highly recommend reading PHP.net's MySQL function list, available as a Related Link below this text. Finally, you will need to create code that will interface with your credit card processor. This could be as simple as a custom PayPal link, or could involve interfacing directly with a credit card acceptor. Last edited by chrishirst; 7th July 10 at 08:46 AM. |
|
|
|
|
|
#4 |
|
WLC Mod
Join Date: Sep 2009
Posts: 883
|
Or you could just signup for Google Checkout or Paypal and use their "create products button" interface.
Ryan. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
Linear Mode |
|
|