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.
Search engine optimization tutorial for osCommerce Web store including SEO PHP functions. Topics of the Tutorial include: Search Engine Improvements and Search Engine Friendly URLs, Apache Server ModRewrite Rules including tep_href_link() Function changes, Session ID's in osCommerce, SEO Functions and example usage with products_info.php 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.
A howto for encrypting credit card orders with PHP and GPG, emailing them then decrypting them at the other end - method described uses Outlook on win32.
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.
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.
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.
This is the third and final article in a three-part series dealing with using PHP 4 and MySQL to make a comprehensive e-commerce storefront solution. This article covers the shopping cart, payment processing, and database engine considerations, among many other topics. Full source code included.
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.