How to set free shopping cart to your web site
By Sergey Skudaev
![]()
![]()
![]()
![]()
![]()
How to accept payment from website visitors? The easiest way is PayPal.com. You have to sign in for a Busyness or premium account to accept payment and be able to withdraw cash. PayPal provides a piece of code to insert onto your web page. You can create Buy Now button, Donate button and add to shopping cart button.
Login to your PayPal account and select Merchant Services tab. There you will find different buttons and create a code to insert onto your web page.

When you copy and paste your button code make sure that your edition software is not modified the code. I used TextPad for writing code and don't have to worry about that.
There is an example of a Donate button:
Recently, I discovered http://www.mals-e.com who provide a free shopping cart integrated with PayPal. You can create your own button or form to launch shopping cart. Shopping cart setup is not difficult for a person who knows little programming. In cart setup you can set minimum items a visitor must buy.
For example, I set shopping cart to my traveling web site to sell images and set minimum items to 5. If visitor will try to check out with less then 5 items, shopping cart will not allow it.
In button code, or on the HTML form you set price for the item and a page to which visitor will be redirected when she clicks Continue Shopping link on the shopping cart.
When user clicks "Go to Payment" button, the form for required information will be displayed. After the visitor fill all required information and click the CONTINUE button PayPal login page will be displayed. The visitor logs in PayPal and pays. Then she must click Return to Merchant link to return back to your web site. Payment receipt will be sent to her email.
Shopping cart setup allows you to choose to which page of your web site visitor will return.
You can go to my site and try my shopping cart to see how it is working. Set Schopping Cart Example
PayPal sends back some data about transactions and your can use this data to display a report with customer orders.
For that you have to use PHP and MySQL database to save orders. It is my testing orders. You can see item sold, customer name, address and so on.
Shopping Cart on my best-your-trip.com site
Customer Orders Report
| Order Date | Images Sold | Total | Name | Address | City | ST | Zip | |
|---|---|---|---|---|---|---|---|---|
| 03/11/05 | DSC02816.JPG 4~DSC02818.JPG 4~DSC02829.JPG 4~DSC02837.JPG 4~DSC03193.JPG 4 | 0.50 | Sergey Skudaev | 123 Main St. | Dunedin | FL | 34698 | sssss@yahoo.com |
| 02/11/27 | DSC00034.JPG 1~DSC00036.JPG 1~DSC00049.JPG 1~DSC02116.JPG 1~DSC00051.JPG 1 | 0.50 | Sergey Skudaev | 123 Main St. | Dunedin | FL | 34698 | sssss@yahoo.com |
On http://www.mals-e.com site, there is detailed instruction on how to setup the shopping cart. However, if you have problems your can contact me at master@configure-all.com and I will set up shopping cart for your site.
Hosting companies I used and recomend!
1. Fat cow: This my site is running on Fatcow.
40% off at FatCow!
2. www.justhost.com
Cheap hosting for $4.95/mo, Unlimited disk space and bandwidth plus FREE domain
I am using this host for my another website www.best-your-trip.com
3. www.bluehost.com
Host Unlimited Domains - 1 Account $6.95 Per Month
4. hostmonster
HostMonster - Perl, CGI, SSH, Free Domain
Affiliate Disclosure: I may get comission, when you purchase products or services through links on my website.
|
Up to 5 free Domains for life with 1&1 Hosting Plans. Get yours! |
Please rate the tutorial
Learn SQL Programming By Examples [Kindle Edition]2.99
Learn PHP Programming by Examples [Kindle Edition] $2.99
Learn Visual Basic 6.0 [Kindle Edition] $1.99
How to Build Your Own Web Site from Scratch [Kindle Edition] $1.49
New-trip.com website source code
| Comments | |
|---|---|
- Home
- add_shopping_cart
- Batch Files
- Environment Variables
- Delete Trojan horse
- Java Properties
- Form Validation
- Display Image PHP
- Upload File PHP
- phpMyAdmin
- Domain Name
- Name Servers
- CPanel: Mail
- CPanel: MySQL
- CPanel: File Manager
- User_Auth. Demo
- Affordable Hosting
- Hosting Expenses
- Modeless Popup
- Virtual Server
- Read Screen Resolution
- 301 Redirect
- PHP + Oracle 1
- PHP + Oracle 2
- Hosting Tips
- Monitor Site
- Create Gallery
- Authentication Script
- Display from file
- CSS Fixed Layout
- CSS Float Layout
- CSS Tables
- Loading Speed
- Set Shopping Cart
- My Best CSS Layout
- Using Twitter
- SEO tips
- Database Design
- Password Keeper
- MySQL and Excel
- Learn MySQL
- Learn SQL
- Learn PHP
- Learn C++
- Learn Java
- Learn Visual Basic
- Site map
- Registration
Web programming Tips