OsCommerce
Uit DeVliegendeWiki
Inhoud |
Resources
- oscommerce.org (English-speaking)
- oscommerce.nl (Dutch-speaking)
- forums.oscommerce.nl (Dutch-speaking)
Installation
osCommerce architecture
See separate article osCommerce architecture
Checklist shop configurator
- Remove dollar, add euro: Go to Localization
- Currency symbol left & right? Just choose which to use, and leave the other empty. I don't think you're supposed to use both at the same time.
- No e-mails being send from osCommerce? The PHP function mail uses Sendmail. Check to see if you got Sendmail installed.
Articles
- Data Available: Just leave empty.
- Missing article in overview Categories/Products in admin console? It displays the Product Name, probably in the same language as the admin console. So if you have a Dutch shop but kept the admin console in English, you need to add a product name in English.
- BTW/VAT: Just delete this strange zone 'Florida', go to Locations/Taxes --> Tax rates and add Class. Leave Zone and Priority empty.
- The field Product mode in Catalog/products seems to function as article ID's.
Files & layout
- Start of the code is index.php
- index.php calls application_top.php and application_bottom.php
- includes/application_top.php calls includes/header.php. This file actually contents html.
- includes/column_left.php contains simple calls to whats_new.php, search.php and information.php through the function require, which calls and evaluates files. These files reside in /includes/boxes.
- includes/column_right.php contains calls to a variety of files from /includes/boxes
