Learning how to customize OsCommerce can be a pain in the neck for some, depending on the experience level with CSS and PHP. The look and feel of the store is controlled by templates which use CSS to control the colors and other visual elements of the store.Other elements of the store are controlled with a few PHP files, but it is important to recognize that customizing the store does not generally take more than edits on a few files in addition to the CSS file, listed below.
- includes/header.php
- includes/footer.php
- includes/left_column.php
- includes/right_column.php
There are tutorials in the OsCommerce community website that will help designers learn which lines of code to edit and what can be done, but for experienced designers, this should not be a problem. There is even a tool called Simple Template System, also known as STS that works similar to a WYSIWYG editor to help design the front end of the store.
Learning how to customize the backend of the store is not nearly as complicated as customizing the front end. Once you install OsCommerce on your server the customization of the backend is fairly self explanatory, but coming up in May here on the Web Development channel, we'll have something to help you with that, too.