Skip to content

Advanced php e-commerce site example based on yii2 framework (advanced template) and "Electronic Store" html template from w3layouts.com

License

Notifications You must be signed in to change notification settings

avs123a/yii2-shop-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1897e72 · Apr 29, 2020

History

17 Commits
Mar 3, 2018
Feb 14, 2018
Feb 14, 2018
Dec 30, 2017
Feb 14, 2018
Dec 30, 2017
Dec 30, 2017
Dec 30, 2017
Apr 29, 2020
Feb 14, 2018
Dec 30, 2017
Dec 30, 2017
Jul 12, 2018
Feb 14, 2018
Dec 30, 2017
Dec 30, 2017
Dec 30, 2017
Dec 30, 2017
Dec 30, 2017

Repository files navigation

Yii2 advanced online shop example Cart is fixed, adminpanel is customized, site is updated This project use shopping cart , datepicker, wysiwyg editor , file input extensions. View demo (DEMO NOT UPDATED BUT CODE IS CHANGED!!!) adminpanel: http://shopdemo2.epizy.com/demoshop2/backend/web/index.php/site/login

login : admin password : avs03021998

site: http://shopdemo2.epizy.com/demoshop2/frontend/web/

installing:

  • clone github repository;
  • execute command : composer install;
  • in file : common\config\main-params.php change database configuration;
  • execute command: yii migrate;
  • in common\config\bootstrap.php add frontendWebroot and backendWebroot aliases (similar to samdark ecommerce project);
  • register and in database change role for admin (role = 20)

Check next folders if they exists: -backend\web\banners for uploading banners

-frontend\web\images\brands for uploading brand logos -frontend\web\images\categories for uploading category images -frontend\web\images\products for uploading product images

IF THIS FOLDERS DOESN'T EXISTS - CREATE THEM!!!

Requirements: php >= 5.6.0 mysql >= 5.5

Notes: In some servers you may have an problem with modal window. So correct modal in dependence of server specifications. If you have this problem:

login link: your_domain/frontend/web/index.php/login

register link: your_domain/frontend/web/index.php/register

logout link: your_domain/demoshop2/frontend/web/