You’ve installed a Zen Cart, but it doesn’t look like you want, or doesn’t meet your e-commerce website style. You can find many free (and non-free) templates in Google. But how to install them, here is a tutorial for you:
1. Download a template archiveĀ (I can allow to download some of them from my personal archive, just let me know).
2. Upload archive into your includes/templates folder and extract the data.
3. Then login into admin area of your Zen Cart and find “Tools” menu in the top.
4. Choose “Template Selection” option.
5. And press on small blue triangle.
6. In pop-up menu (right menu bar) you’ll be able to choose your template and press “Update”.
7. Then go to Tools menu and choose “Layout Boxes Controller” option.
8. Go to the bottom and press “Reset”
As a result your template should be changed.
Note: If you have some difficulties with template installation, please contact with me via contact form and I’ll help you.
You’ve decided to start your own business but you don’t know how to start, here is a small manual for you.
You should decide what you want to sell, is this digital product, or some physical goods which should be also delivered to your client, or you just want to sell some service, for example consulting.
If you want to sell physical goods, I advise you to try following e-commerce engines as: Oscommerce, Zen Cart. Both are free and easy in use, also you’ll be able to find a lot of free and non-free templates for them.
I’ll describe how to work with Zen Cart, (if someone needs a tutorial for Oscommerce, just contact with me and I’ll describe it too).
In this manual I’ll describe, how to install Zen Cart, change template (from default one to some, which will meet your requirements) and add your goods.
Some companies have auto installer for such popular engines (for example our hosting provider), so you need no special skills for installation and can skip this step:
2. Upload ZIP archive into your hosing account.
3. Extract files from the archive in your hosing account.
4. Then visit your website, if you’ve done everything correct you’ll see such image.
4. Click on link in the 1st line.
5. When you reach “Prerequisites” step while installing, you’ll see error list, here is a basic errors:
How to fix?
Then press Re-check button. If you’ve done everything correct you’ll see “Install” button.
6. Next step is MySQL database configuration. You should create a database, username for your database and add it to your database. (My host provides CPanel it allows to setup database in few clicks). If you don’t know how to configure your MySQL database, please contact with your host, here is default settings (but some hosts can have different MySQL server configuration):
Database Type: MySQL
Database Host: localhost
Database Username: some_username (NEVER USE root), (on CPanel it has mask CPANELusername_dbusername)
Database Password: database_password
Database Name: database_name (on CPanel it has mask CPANELusername_dbname)
Then click “Save Database Settings“.
7. If you plan to use SSL, then in “System Setup” step, enable it, if not – just click “Save System Settings“.
8. If you have phpbb forum, you can setup a link from your e-commerce website to it via step “phpbb setup“, if not just click “Save phpbb Settings“.
9. “Store Setup” step allows to define your store name and personal data (If you’ve entered some info incorrectly you’ll be able to change it later in admin panel).
10. “Admin setup” step allows to define your admin login info, please don’t use simple passwords, because you can be hacked.
Thats all your e-commerce website is installed your website should looks like THIS ONE, now few advises which should help you to increase a security for your e-commerce website:
Order Deny,Allow
Deny from all
Allow from XXX.XXX.XXX.XXX
It helps to protect your admin area from hackers.
Old records are:
define(‘DIR_WS_ADMIN’, ‘/zencart/admin/’);
define(‘DIR_WS_HTTPS_ADMIN’, ‘/zencart/admin/’);
should be changed to
define(‘DIR_WS_ADMIN’, ‘/zencart/master/’);
define(‘DIR_WS_HTTPS_ADMIN’, ‘/zencart/master/’);
Next step is How to add your goods and install a template.