Book Image

Building Online Stores with osCommerce: Beginner Edition

By : David Mercer
Book Image

Building Online Stores with osCommerce: Beginner Edition

By: David Mercer

Overview of this book

Using an easy-to-read and engaging style, this book introduces the fundamentals of osCommerce, and helps you build your first online store. It covers the out-of-the-box features of osCommerce, but it also shows you how to customize the application to your own needs. The book starts with the basics of downloading and installing osCommerce, or simply how to enable it on your Internet domain using the tools provided by your host. All of the most important configuration issues are explained, with clear instructions and advice to help you make the right choices. Once osCommerce is installed and configured, you will take a good look at how to work with your store's data including product information as well as other data which is responsible for keeping your site healthy. The all important topic of customization is also dealt with comprehensively. You will see how to develop attractive sites that will make your store a pleasure to browse and your products a pleasure to buy! Of course, no discussion on osCommerce would be complete without a look at how to obtain and treat payments. Using the modules provided with osCommerce you will be collecting money from your happy customers in no time! Once the reader has a fully fledged, and operational site it is time to look at deployment? an important topic for discussion if development has taken place on a development machine. The appendix will add a few tools to your armory and shed some light as to what is going on behind the scenes in case things go awry.
Table of Contents (13 chapters)

Customers


The Customers section provides a tool that can be used to search for registered customers by name, view and edit their details, check their orders, delete them from the database, and email them if necessary. By and large most of this information is taken care of by the site; the customers can register their details themselves and can keep them updated as and when necessary from the account page provided for all customers by osCommerce. The following figure shows the default customer account page from which customers can look after their details:

This is effectively the same functionality that the administration tool offers you as the administrator. For example, if you click on edit you are shown all the users’ details in pretty much the same manner as they see them on the website. The only interesting bit of information that you may find useful here is that if you are using a fresh installation of osCommerce, and your user, or the default user, has not placed any orders on the...