Install AbanteCart 1.2.8 eCommerce on Windows 7 x64 localhost ( XAMPP 7.0.9 + php7 )

Trabla: Install AbanteCart 1.2.8 eCommerce on Windows 7 x64 localhost ( XAMPP 7.0.9 + php7 )

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial



AbanteCart is an open source PHP-based ecommerce platform.
AbanteCart is an ecommerce shopping cart application with unique core architecture, flexibility, expandability and high performance in mind. AbanteCart ecommerce application management is done 100% in control panel based interface with no special programming or in depth technical knowledge required. AbanteCart is made to be functional, easy and fun to work with. Large selection of extensions provides ability to set up your ecommerce application even with very demanding industry features and standards.

Solving:


Watch on YouTube

1.  Download and install XAMPP 7.0.9 ( with PHP7 ) from official site:
https://www.apachefriends.org/download.html


Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 1


2. Download AbanteCart 1.2.8 eCommerce  source from official site:
http://www.abantecart.com/

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 2

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 3

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 4

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 5


3. Create folder \abantecart in XAMPP htdocs folder

C:\xampp\htdocs\abantecart

and copy all files from downloaded AbanteCart 1.2.8 eCommerce  .zip source
/public_html folder !!!)


Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 6


4. Run XAMPP Control Panel 

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

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 7

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

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 8


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

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 9


5. Open in browser following url to start AbanteCart 1.2.8 eCommerce installation

http://localhost/abantecart/install/index.php

"License" page of AbanteCart 1.2.8 eCommerce web installation

- Agree to license
- click "Continue" button

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 10


6. "Compatibily Validation" page of AbanteCart 1.2.8 eCommerce web installation

- click "Continue" button

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 11


7. "Configuration" page of AbanteCart 1.2.8 eCommerce web installation

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 12

Now we need to create Database for AbanteCart 1.2.8 eCommerce

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

 http://localhost/phpmyadmin

2) Open SQL tab
3) Execute following query

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 13

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

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

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


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

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 14


Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 15

Go back  to AbanteCart 1.2.8 eCommerce installation page

- select Database Driver - MySQLi
- type Database Hostname - localhost
- type Database Username -  abantecart-owner
- type Database Password -  abantecart123$%
- type Database name - abantecart
- type Table Name Prefix - abc_

- scroll down

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 16

- type your Admin section unique key 
- type your admin credentials
- enable checkbox "Load Demo data" ( if needed )

- click "Continue" button

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 17




8. Installing ... Please wait

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 18

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 19


9. "Installation Completed!" page of AbanteCart 1.2.8 eCommerce web installation

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 20

- click link "Your Online Shop"
- click link "Login to your Control Panel"

10. Delete installation folder \install

- goto C:\xampp\htdocs\abantecart\
- delete folder \install

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 21


11. Login to Admin Control Panel

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 22


12. Post-installation "Quick Wizard" page 1/6 of  AbanteCart 1.2.8 eCommerce Control Panel

- type your shop data
- click "Next" button

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 23


13. Post-installation "Quick Wizard" page 2/6 of  AbanteCart 1.2.8 eCommerce Control Panel

set needed settings
- click "Next" button

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 24


14. Post-installation "Quick Wizard" page 3/6 of  AbanteCart 1.2.8 eCommerce Control Panel

set needed settings
- click "Next" button

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 25


15. Post-installation "Quick Wizard" page 4/6 of  AbanteCart 1.2.8 eCommerce Control Panel

change shop logo to yours ( if needed )
- click "Next" button

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 26


16. Post-installation "Quick Wizard" page 5/6 of  AbanteCart 1.2.8 eCommerce Control Panel

set mail protocol
- click "Next" button

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 27


17. Post-installation "Quick Wizard" page 6/6 of  AbanteCart 1.2.8 eCommerce Control Panel

- click "Close" button

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 28


Hooray !!! Enjoy AbanteCart 1.2.8 eCommerce  !!!

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 29

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 30


Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 31

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 32

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 33

Install AbanteCart PHP shop 1.2.8 eCommerce on Windows 7 tutorial 34


No comments:

Post a Comment