Extracting ws415CS.tar.gz or ws415CS.zip on your local PC will create the
Web_store directory structure, placing all files in the proper sub-directories.
Change <TITLE> text, HREF Anchors, and <IMG SRC> Tags
Change <TITLE> text in HTML documents in the /Html sub-directory:
SEARCH FOR: <TITLE>WebStore 400CS Shopping Cart
REPLACE WITH: <TITLE>Your Company Name
Change WebStore href anchors in HTML documents in the
/Html sub-directory and in the store's database,
/Databases/outlet.data,
to point to the WebStore script on your server:
Change <IMG SRC> tags in HTML documents in the
/Html sub-directory and in the store's database,
/Databases/outlet.data:
SEARCH FOR: Graphics/
REPLACE WITH: Relative path to the Graphics/ sub-directory
-OR-
Absolute URL to the Graphics/ sub-directory
http://www.YourDomain.xxx/Web_store/Graphics/
If your WebStore scripts are in the cgi-bin directory, the cgi-bin
directory resides in your domain's root, and you placed the /Web_store directory
structure in your domain's root, your relative
image path would be:
REPLACE WITH: ../Web_store/Graphics/
No change to the /Graphics path is required if ws400CS.cgi is located
at /Web_store/ws400CS.cgi on your server.
The relative path to the /Graphics sub-directory is relative to
the location of the WebStore script.
Upload all modified files in the /Html sub-directory and
/Databases/outlet.data
to your server as ASCII text files.
Adding WebStore's ASCII file
extensions
to WS_FTP's Auto Detect list will prevent the accidental transfer of ASCII text files
in BINARY mode.