Monday, November 15, 2010

How to hide Admin Login Page

1 Comment
Basically this is possible in 2 steps:

1. Rename the current folder admin to whatever you want
2. Edit ../admin/config.php and replace all values admin with the previous renamed folder name

Now you can access your backend via the URL http://yourdomain.com/NEWNAME.

But, be careful in future: everything (new releases, modifications) have this original folder name (admin).
Before you want to install any modification, rename first this name to your new otherwise the installation (copying) will fail.

Thursday, November 4, 2010

How to add Category

Be The First To Comment
Now, i 'll show you how to add category in opencart store

1. Enter into your admin area ex: http://www.yourstore.com/admin. Use your username and password which you made at installation process.

2. Select the menu Catalog and click at Categories.

3. Fill all the form with your category and atributes.
On tab general there are several information:
Category name: write your category
Meta Tag keyword: use for SEO, write with keyword of category
Meta Tag Description: write your description of category. This description is not display at your store. This tag use for SEO
Description: write your description with your category. Your description will be display at your store.

Second Tab Data:
Parent category is used to add subcategory
SEO keyword use for Search Engine Optimation. Write your keyword here
Image use for upload image for category. Click on image and upload your image for category
Change status is used for activate or inactivate your category. Thera are two option: enable and disable
Sort order is used for arrangement of category. Fill this with numeric


4. After All, Click Save button.

How to change default language

Be The First To Comment
It is simple way to change language from default (English) into your language. Firstly open your cpanel and go to your file manager.

1. Find this path:
public_html/catalog/language/english

2. To make easy in editing Your folder english can be zip and Download.

3. Extract all folder and its content. Edit the value of variable into your language with editor like Macromedia Dreamweaver. After that, Save and upload again appropriately with path so old file will be overwrited.

4. Refresh your page. You can see all of yor page change into your language.

How to install opencart

Be The First To Comment
Opencart is one of the leading opensource ecommerce platforms available. It is simple, fast and easy to use whilst still being as full featured as a modern ecommerce platform is required to be.



In this tutorial we will go through the installation process in the simplest manner.

You will need to have the following information to complete this tutorial:-

1. A hosting account with PHP, MySQL.
2. Your cPanel username and password.

Step 1 – Download Opencart

Goto http://www.opencart.com/index.php?route=download/download and grab a copy the latest version of Opencart.

Step 2 – Log in to CPanel

Log into your hosting site using the link to cPanel that your hosting company has sent you. Generally it will be something like www.yourwebsite.com/cpanel.

Step 3 – Create Database

Now before we start uploading files and beginning the actual Opencart installation process we will need to create our MySQL database to store all of our Opencart information. Note that at this stage Opencart only supports MySQL as the data storage method.

Ok, so look for the database section in cPanel and click on the MySQL Databases application. Here we are we are prompted to choose to either create a database, create a user or add a user to a database. This may vary slightly between versions of cPanel but the basic options are the same. So, first of we need to create the database. We do this by entering the name of the database we would like to create.

Next we need to create a user and give them the permissions needed to install Opencart and work with the data. So create a user and give them a password (Be sure to write down the database name, user name and password for later). Once we have done this the last step is to grant the user we have just created access to the database and set their permissions. As a rule until you understand permissions better it is best to just give the user all permissions.

Step 4 – Upload Opencart

Now that we have downloaded the Opencart packaged, create a database and created a user with the correct permissions to access our database we need to upload the Opencart zip file and begin the installation process.

There are two ways to accomplish uploading the Opencart package and the easiest way is to use the file manager application within the cPanel script. Once we open up the file manager application we need to navigate our way to the installation directory (folder) on our server that we want to install Opencart in. For simplicity we will say that our Opencart store is going to be installed in the root directory of our host (/home/user/public_html/ or similar).We need to goto the directory public_html/ and click on the upload file button.

Once there it is now time to upload the Opencart zip file that we downloaded in step 1. We do this by clicking on the browse button, selecting our file and uploading it.

Now we can see that in the public_html/ directory we have the Opencart zip file. To extract the file we simply select the file and click extract.

After the file has finished extracting we should be left with a few text files that contain install instructions, licenses and some technical jargon known as the changelog but also we should be left with a folder called Upload. What we need to do is click into the Upload directory and then select the contents (Select All button) and copy the content back into the public_html/ directory which we do by dragging those files over to the left had side folder (public_html/).

Step 5 – Run Opencart Install

Now that we have created our databased and user, uploaded and extracted our Opencart zip file to the correct place on our server we can now run the Opencart install script. Remember you will need the name of the database you created as well as the username and password to access the database.

By opening a web browser and typing in the domain name of our shop such as www.myshopdomain.com we will be automatically taken to the start of the Opencart install script. Here we are presented with a license agreement that we need to agree to followed by an automated test of our hosting enviroment to make sure that our hosting package has all the basic requirements for Opencart to run. Most hosting packages should mee all the requirements but if you see that your hosting package does not meet the requirements you have two options. Either use another hosting company or contact your existing hosting company and ask if they can upgrade your hosting package to meet the minimum requirements of Opencart.

Now that we have met all the requirements and have clicked next we are presented with our settings page in which we will need to enter our database information and the name of our admin user, their password and email address.

Enter the database name, the database username and password that we created in Step 3. Finally type in the name of the admin user give them a password and type in the admin users email address and click next.

Step 6 – Delete Install Directory

Before we log into our brand new Opencart store we need to make sure that we have deleted the install directory. We do this by using the same cPanel file manager application that we used previously and going to t=our install directory (public_html). From here we need to select and delete the public_html/install directory.

Step 7 – Finish

That’s it! Congratulations! We have now successfully install our Opencart ecommerce shop. We can see what our store looks like by visiting our domain such as www.myshopdomain.com or we can log in and start running our shop by visiting www.myshopdomain.com/admin.

If you have any question about this posts or have seen something that we need to correct feel free to leave a comment.

Tuesday, November 2, 2010

How to set up default currency

1 Comment

Goto Admin>Configuration>Settings>Local> Change Currency from USD to what ever currency you want.

It's very simple you know..Don't forget to clear your cookies of your localhost.
 

© 2011 Tutorial Opencart - Designed by Mukund | Sitemap

About Us | Contact Us | Write For Us