E-Commerce
Results 1 - 16 of 16
PHP MySQL Shopping Cart Tutorial
How to create a simple shopping cart solution using PHP and MySQL. This tutorial covers the database design, admin pages, product browsing pages, cart, and checkout. Now it can accept payment with paypal
Protecting Digital Downloads with Paypal IPN and PHP
Using Paypal IPN, you can verify sales and order to your digital products like ebook or software. You can use PHP to create a simple script that will communicate with Paypal IPN to do that. And depending on the result of the "communication", you can...
(show more)
Easy payments using Paypal IPN
There are several PHP scripts and classes to process PayPal payments using their native IPN (Internet payment notification) feature. This Tutorial / guide will show you how to process paypal payments using the IPN feature
Paypal, PHP and NuSOAP
This is a quick guide to building webservice clients for Paypal SOAP webservices... using NuSOAP. Two samples are studied. 1. A 'get transaction details' sample 2. A 'send money / mass payment' sample
Macronimous- Google Checkout Integration for PHP
Using Google checkout, buying from stores across the web becomes simple and also facilitates you to keep track of all the orders. This articles is about Google checkout and different types of integration methods in Google checkout using PHP.
Getting prices using the amazon SDK
Learn how to use the amazing SDK in conjunction with string parsing functions from PHP to retrieve the latest price information from amazon.
Validating Credit Card Numbers
This function will help you validate credit card numbers. Works for American Express, Discover, Visa or Mastercard.
Integrate the Authorize.net Payment Gateway with PHP
Free step-by-step instructions for integrating the secure Authorize.net online payment gateway into your ecommerce website with PHP. Includes the source code for a reusable Authorize.net class as well as the code needed to validate credit card...
(show more)
PHP Shopping Cart Tutorial
This tutorial will help you understand the basics of creating an online store. It covers main facilities that one should provide: product and category management, order management, user-friendly storefront, security issues, integration with PayPal and...
(show more)
clickbank link displayer script
This allows a user to store clickbank links in a database. Clickbank links are a fairly easy format to understand . Once the information is added to the database we use php to manipulate the data.
osCommerce eBooks
We offer a range of eBooks detailing how to get the most out of your Store. Includes "how to design a good looking store", "designing with STS", "Search Engine optimisation" and much more! All at low cost, and all written in clear English.
Free Shopping Cart Scripts
eLouai FREE shopping cart scripts (PayPal and myPaySystems), Credit card processors (PayPal, 2Checkout, myPaySystems), and Reference guides (PayPal and myPaySystems).
Processing Payments With CURL
Learn how to make your credit card payment gateway processing transparent to the user using CURL and PHP. These methods will make your website and business appear very professional.
CyberCash
This article explains how to create an interface to CyberCash in PHP, called CyberClass. A duplication of CyberCash's standard API, CyberClass is object-oriented and includes automatic configuration.
Roll Out Your Cart
Ray Argus and Jerid Freeland roll out a customized shopping cart that has features you won't find in commercial versions. This article discusses sessions, secure servers, and credit cards.
Building an E-Commerce Site Part 2: Managing Users with Sessions
This is the second article in a three-part series dealing with using PHP 4 and MySQL to make a comprehensive e-commerce storefront solution. This article covers session management within the store, user privileges, and a few security concerns.
