steps

2
Training staff for installing Xampp and giving access permission First, you need to install XAMPP, shop script and My SQL. Copy the shopscript we made into the htdocs which in the XAMPP. And then develop a new database for the E-commerce system which will show the online shopping details later if there are customer buy the products through the e-commerce system. Secondly, open XAMPP control panel and start the first two software(apache and mysql). Type http://localhost/xampp/ choose the English language and later you will see the XAMPP for window page Click on phpMYadmin. You will go to the phpMyAdmin page and click on the database to add the name shop and click on ‘create’. Then the database has been created. Type http://localhost/shop/install.php you will see the username password and database name required. Username is root. Password is empty, database name is shop we created before. And the last name and password is both same, just type admin in for both. After install the shop.php, and you type the username, password, database name ect. In. it will show that the software is installing. After install successfully, just click on go to my shopping cart. It will process you into another page where shows the item selled, the price the introduction and so on. Now type http://localhost/shop/access_admin.php . You will go to a page which asks you to type in the username and password. Just put in admin for both. And click on login. You will go to administrative tool of the system In this page, it shows the orders and products. You are able to see how many orders you get today, yesterday, this month, and all time. The products can either be seen. Total number of products: 92, Products on sale (active): 91, Product categories: 38 There are three button under the administrative tools page that are catalog

Upload: jukkyaaish

Post on 06-Nov-2015

214 views

Category:

Documents


2 download

DESCRIPTION

Steps

TRANSCRIPT

Training staff for installing Xampp and giving access permission First, you need to install XAMPP, shop script and My SQL. Copy the shopscript we made into the htdocs which in the XAMPP. And then develop a new database for the E-commerce system which will show the online shopping details later if there are customer buy the products through the e-commerce system.Secondly, open XAMPP control panel and start the first two software(apache and mysql).Type http://localhost/xampp/ choose the English language and later you will see the XAMPP for window pageClick on phpMYadmin. You will go to the phpMyAdmin page and click on the database to add the name shop and click on create. Then the database has been created.Type http://localhost/shop/install.php you will see the username password and database name required. Username is root. Password is empty, database name is shop we created before. And the last name and password is both same, just type admin in for both.After install the shop.php, and you type the username, password, database name ect. In. it will show that the software is installing. After install successfully, just click on go to my shopping cart. It will process you into another page where shows the item selled, the price the introduction and so on. Now type http://localhost/shop/access_admin.php . You will go to a page which asks you to type in the username and password. Just put in admin for both. And click on login. You will go to administrative tool of the systemIn this page, it shows the orders and products. You are able to see how many orders you get today, yesterday, this month, and all time. The products can either be seen. Total number of products: 92, Products on sale (active): 91, Product categories: 38There are three button under the administrative tools page that are catalog where you can change the pictures, change the price, change the item, managing the products, set up the special offer products and so on, orders where you can check the orders of the products from the customer using the e-commerce system, the last one is configuration where is the general settings part. Under configuration, you can change the store name , store URL, contact email address, currency type, payment methods and so on.You can also design the website by changing the maximum products count per page, color for the price etc. under configuration. For the admin login/password you can change under the configuration as well. For more information about the company you can write on auxiliary information under configuration. For the shipping delivery details change at the auxiliary information as well. After you change all this you can click go to front button to see the details or information that you have changed which located right beside the administrative tools.