Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avs123a/yii2-shop-demo
Advanced php e-commerce site example based on yii2 framework (advanced template) and "Electronic Store" html template from w3layouts.com
https://github.com/avs123a/yii2-shop-demo
bootstrap3 e-commerce-example ecommerce example-site mvc mvc-application mysql-database php php5 portfolio shop shop-framework yii yii2 yii2-advanced yii2-application-template yii2-ecommerce-suite yii2-extension yii2-shop yii2-widgets
Last synced: 24 days ago
JSON representation
Advanced php e-commerce site example based on yii2 framework (advanced template) and "Electronic Store" html template from w3layouts.com
- Host: GitHub
- URL: https://github.com/avs123a/yii2-shop-demo
- Owner: avs123a
- License: apache-2.0
- Created: 2017-12-30T07:27:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T23:32:37.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T19:21:58.318Z (about 1 month ago)
- Topics: bootstrap3, e-commerce-example, ecommerce, example-site, mvc, mvc-application, mysql-database, php, php5, portfolio, shop, shop-framework, yii, yii2, yii2-advanced, yii2-application-template, yii2-ecommerce-suite, yii2-extension, yii2-shop, yii2-widgets
- Language: PHP
- Homepage:
- Size: 1.2 MB
- Stars: 10
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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/loginlogin : admin
password : avs03021998site:
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/