Showing posts with label ZenCart. Show all posts
Showing posts with label ZenCart. Show all posts

Install ZenCart 1.5.5a E-Commerce Shopping Cart on Windows 7 x64

Trabla: Install ZenCart 1.5.5a E-Commerce Shopping Cart on Windows 7 x64 localhost ( XAMPP 5.6.24 )

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial

Zen Cart is an online store management system ( e-commerce shopping cart ) . It is PHP-based, using a MySQL database and HTML components. Support is provided for numerous languages and currencies, and it is freely available under the GNU General Public License.Zen Cart branched from osCommerce as a separate project in 2003.

Solving:


Watch on YouTube

1. Download and install XAMPP 5.6.24 from official site:
https://www.apachefriends.org/download.html

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 1

2. Download ZenCart 1.5.5a E-Commerce Shopping Cart sources from official site:
https://www.zen-cart.com

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 2

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 3

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 4


3. Create folder \zencart XAMPP htdocs folder
C:\xampp\htdocs\zencart
and copy all files from downloaded ZenCart 1.5.5a E-Commerce Shopping Cart  .zip source

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 5


4. Run XAMPP Control Panel 

open php.ini file ( Apache ->  Config-> PHP(php.ini) )

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 6

- change max_execution_time value
from max_execution_time=30 to max_execution_time=600

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 7

- save  & close php.ini
- start Apache
- start Database

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 8


5. Open in browser following url to start  ZenCart 1.5.5a E-Commerce Shopping Cart
web installation

http://localhost/zencart

- click link "Click here" to begin installation


Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 9


6.  "System Inspection" page of ZenCart 1.5.5a E-Commerce Shopping Cart web installation

- click "Continue" button

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 10


7.  "System Setup" page of ZenCart 1.5.5a E-Commerce Shopping Cart web installation

- scroll down
- click "Continue" button

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 11

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 12



8.  "Database Setup" page of ZenCart 1.5.5a E-Commerce Shopping Cart web installation

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 13

Now we need to create Database for ZenCart 1.5.5a E-Commerce Shopping Cart

1) Open phpMyAdmin in new browser tab (or window :) ) -

 http://localhost/phpmyadmin

2) Open SQL tab

3) Execute following query

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 14

CREATE DATABASE `zencart` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

CREATE USER 'zencart-owner'@'localhost'; 
CREATE USER 'zencart-owner'@'127.0.0.1';
CREATE USER 'zencart-owner'@'::1';

SET PASSWORD 
FOR 'zencart-owner'@'localhost' = PASSWORD('zencart123$%');
SET PASSWORD 
FOR 'zencart-owner'@'127.0.0.1' = PASSWORD('zencart123$%');
SET PASSWORD 
FOR 'zencart-owner'@'::1' = PASSWORD('zencart123$%');


GRANT ALL PRIVILEGES ON 
`zencart`.* TO 'zencart-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`zencart`.* TO 'zencart-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`zencart`.* TO 'zencart-owner'@'::1' WITH GRANT OPTION;

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 15

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 16

Go back  to ZenCart 1.5.5a E-Commerce Shopping Cart  installation page

- type Database User-  zencart-owner
- type Database Password zencart123$%
- type Database Name -  zencart

- scroll down
- enable checkbox "Load demo data into this database"
- select SQL cache method e.g. "File"

- click "Continue" button

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 17


Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 18


9. Creating database ...

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 19

10.  "Admin Setup" page of ZenCart 1.5.5a E-Commerce Shopping Cart web installation

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 20

- type your admin data
- remember ( note ) autogenerated admin password and admin folder

- click "Continue" button

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 21

11.  "Setup Finished" page of ZenCart 1.5.5a E-Commerce Shopping Cart web installation

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 22

- delete folder /zc_install/ in Windows Explorer

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 23

12.  Login as admin , use auto-generated password


Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 24

- change old password to new

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 25

- "Initial setup wizard" page - type your data and click "Update"

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 26


Hooray !!! That's all !!! Enjoy ZenCart 1.5.5a E-Commerce Shopping Cart !!!

Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 27


Install ZenCart 1.5.5a eCommerce Shopping Cart on Windows 7 tutorial 28


Install ZenCart 1.5.5a on windows ( XAMPP 5.6.21 )

Trabla: Install ZenCart 1.5.5a on windows ( XAMPP 5.6.21 )


Install ZenCart 1.5.5a on windows ( XAMPP 5.6.21 )
Zen Cart is an online store management system. It is PHP-based, using a MySQL database and HTML components. Support is provided for numerous languages and currencies, and it is freely available under the GNU General Public License.Zen Cart branched from osCommerce as a separate project in 2003.
https://en.wikipedia.org/wiki/Zen_Cart

Solving:

1.  Download and install XAMPP 5.6.21 from official site:
https://www.apachefriends.org/download.html

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 1


2. Download Zen Cart 1.5.5a source from official site:
https://www.zen-cart.com/index.php

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 2

3. Create folder \zencart in XAMPP htdocs folder
C:\xampp\htdocs\zencart
and copy all files from downloaded Zen Cart 1.5.5a  source

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 3


4. Run XAMPP Control Panel 
- start Apache
- start Database

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 4

5. Open in browser following url to start installation
http://localhost/zencart/zc_install/index.php

Click "Continue" button

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 5


6. "System Setup" page
- enable checkbox - agree to license
- click "Continue" button

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 6


7. "Database Setup" page
Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 7

We need to create database first:

1) Open in new browser tab
http://localhost/phpmyadmin - Databse Client

2)  Select - "Databases" tab
- type database name - "zencart"
- select encoding - "utf8_geberal_ci"
- click "Create" button

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 8


3) Go back to installation page and type following data
user - "root"
click "Continue"

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 9


8. Creating Database ...

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 10


9. "Admin Setup" page
- enter data
- REMEMBER admin password
- REMEMBER admin directory
- click "Continue" button

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 11


10. Installation done
- now delete /zc_install folder
e.g. C:\xampp\htdocs\zencart\zc_install 

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 12

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 13

11. Admin login - finalization settings


Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 14



Enjoy Zen Cart :)

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 15

Install ZenCart 1.5.5a on windows 7 wuth XAMPP 5.6.21  tutorial 16