|
|
|
![]() |
|
|
Where can find additional information on the Os Shopping cart? SCommerce Homepage: http://www.oscommerce.com/about/about Demo Versions: http://www.oscommerce.com/shops/demonstrations Support Community: http://www.oscommerce.com/community
What steps should I follow to setup the OsCommerce shopping cart properly? Don't try to
install or setup the shopping until you are sure the domain name
you are planning on using with the cart resides to our DNS on
the internet. This normally takes 24 to 48 hours after you
notify your domain register to point your domain name to our
DNS.
Oscommerce is an "open source" application that
requires direct editing of some PHP code. The easiest way to do
this even if you've never edited any code in your life is to use
the WordPad program that comes with Windows or WebShell. (more
on this later)
You must make sure osCommerce is activated in your plan.
--------------------------------------------------------------------------------
Next, Log into the admin panel for the account you'd like to add osCommerce to. Creating a MY SQL database in H-Sphere: For left menu H-Sphere setup click on "Databases"
then "MySQL DB Wizard". In the left nav menu click on "Account" then
"Quick access" This message is simply a reminder to password protect your "Admin" directory. The Admin directory holds the backend of the osCommerce cart and enables you to manage your cart settings etc., at anytime via the web at: http://yourdomain.com/admin
To Web Protect your Admin directory see the H-Shpere user guide
--------------------------------------------------------------------------------
Setting up osCommerce: Click the oscommerce icon in the "quick access" menu. You should see this menu:
"Warning: Installation directory exists at: /hsphere/local/home/user/yourdomain.com/catalog/install. Please remove this directory for security reasons." To get rid of this warning message you must delete the entire
"install" folder inside your "catalog"
directory. You can delete this using any FTP client or the file
manager in either H-Sphere or the osCommerce admin section. --------------------------------------------------------------------------------
Basic Configuration of your Store: Click on or go to http://yourdomain.com/admin Login with the user name and password you created using WebShell earlier. If logged in you should see:
--------------------------------------------------------------------------------
PHP If you already are familiar with the PHP scripting language skip the rest of this tutorial. The following is for beginners or those who have never edited code before. Basic Configuration of your main Storefront page: www.yourdomain.com/catalog/default.php Assuming your cart is in english: Login via FTP to your site and Download these 2 documents or you can use WebShell to edit them also. So if you are not familiar with FTP use webshell see our H-Sphere user guide
Path: /yourdomain.com/catalog/includes/languages/english.php Follow the path below. Of course the line "yourdomain.com"
will be your actual domain name. With in these two files you
will find the changes to most of the verbage in the cart. And
always rember before making any changes BACKUP (just make a copy
of the file in the same place as the original and name is
something else like englishBCK.php so if you make any mistakes
you can always fix it) Any line that starts with "define" can be edited,
for example:
--------------------------------------------------
What\'s New Here? Which is the page "heading title" can be easily modified. As can anything I've highlighted in RED. Tips: Make copies of english.php and default.php in a separate
folder before editing the source code. This way, if you
inadvertently mess up the syntax you can always start over with
the untouched file. Failure to do so could destroy your cart. --------------------------------------------------------------------------------
Custom Colors and Graphics: All colors for your storefront are controlled by one single
document: Path: /yourdomain.com/catalog/stylesheet.css All Changeable attributes are marked in RED, but for .css you can edit just about everything. Excerpt from stylesheet.css: -------------------------------- A { A:hover { FORM { TR.header {
The fastest and easiest way to do this is to make a logo using a graphics editor, save the file as oscommerce.gif and upload it, thus replacing the osCommerce logo with your own. Note: Your logo DOES NOT have to be the same size as oscommerce.gif Other images to note: Path: /yourdomain.com/catalog/images/infobox/corner_left.gif
|
|
|
All Rights Reserved - Copyright © 2004 - Privacy Policy