1. Unzip to the modules directory of your cmsms install.
Here is a listing of files setup with Oscommerce module installed.
mail:/var/www/dev/modules# ls -l
total 20
drwxr-xr-x 5 root root 4096 2006-02-22 11:30 FCKeditorX
-rw-r--r-- 1 root root 0 2004-08-18 09:44 index.html
drwxr-xr-x 5 root root 4096 2006-02-22 11:30 MenuManager
drwxr-xr-x 4 root root 4096 2006-02-22 11:30 News
drwxr-xr-x 9 root root 4096 2006-02-22 16:21 Oscommerce
drwxr-xr-x 4 root root 4096 2006-02-22 11:30 ThemeManager
2. Make sure your directory name is exactly the same as the *.php file in the Oscommerce directory:
mail:/var/www/dev/modules/Oscommerce# ls -l | grep Oscommerce.module.php
-rwxr-xr-x 1 root root 16046 2006-02-22 16:23 Oscommerce.module.php
The reason I mention this is becuase I struggled getting the module to show up in the admin interface until I rectified the naming of the directory.
3. Remove the "" from line 304 (I'm going of memory here...) of the Oscommerce.module.php file.
You should get this error after the module is in the admin interface:
T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/t/tibe.nl/HTML/modules/Oscommerce/Oscommerce.module.php on line 304
Removing the "" from line 304 solves this problem. See this thread:
http://forum.cmsmadesimple.org/index.ph ... 672.0.html
Thats about where I left off. I was able to access the admin module for Oscommerce. I see the default database for Oscommerce is present in MySQL. I can browse the store, add products, etc...
My problem is that I don't know how to display the merchandise in the main content area of my cmsms install.
Please add to this discussion if you can help.
Good luck,
Tim Jordan