osCommerce

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 18:04, 17 May 2006 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

OSCommerce is a free, open-source application for running an online store.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Reference

Notes

  • Lesson 1: When the install script gives you two seemingly-identical files to chmod, note that even though they have the same name and are in the same directory, they are not the same file -- the path for one has "/admin" in it.
  • Lesson 2: Do not delete all the Manufacturers before adding your own. You will get the following error:

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1

select manufacturers_id, manufacturers_name, manufacturers_image, date_added, last_modified from manufacturers order by manufacturers_name limit -20, 20

[TEP STOP]