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)

Summary


While there is really no substitute for experience, you cannot really join the fray without some tools to help you on your way. This appendix has shown you how to deal with a few of the more common and simpler errors, which occur reasonably often. Following this, a good process for dealing with more complex problems was outlined by way of example using the feed page code, which was created in the professional version of this book.

From this you have learned to gather information and analyze a problem before diving into the code. Once you have established what you expect the code to do (make sure you understand enough to have the correct expectations), you can go about determining possible causes. As well as this, you learned a few tricks for helping illuminate the program’s execution so that you provide yourself with important debugging information.

Remember that many development environments provide all sorts of features that can make your life easier—if you find that you don’t have time to invest in doing things manually, then using one of the PHP IDEs on the market is certainly a worthwhile alternative.