panix / mod-shop
Module shop
Installs: 576
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pixelion-module
Requires
- panix/wgt-fancybox: dev-master
- panix/wgt-jstree: dev-master
- panix/wgt-rating: dev-main
- panix/wgt-scroll-pager: dev-master
- panix/wgt-telinput: dev-master
Suggests
- panix/mod-cart: Addon module cart
- panix/mod-compare: Addon module compare products
- panix/mod-csv: Addon module import/export office tables (CSV, XSL, XLSX) and Google Sheets
- panix/mod-discounts: Addon module discount products
- panix/mod-sitemap: Addon module sitemap
- panix/mod-wishlist: Addon module wishlist products
README
Module for PIXELION CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-shop "*"
or add
"panix/mod-shop": "*"
to the require section of your composer.json
file.
Add to web config.
'modules' => [
'shop' => ['class' => 'panix\mod\shop\Module'],
],
Migrate
php yii migrate --migrationPath=vendor/panix/mod-shop/migrations
Роутинг и параметры
Author & License
See also
- PIXELION CMS
- Module discounts Github
- Module compare Github
- Module wishlist Github
- Module cart Github
- Module sitemap Github
Content Management System "PIXELION CMS"
www.pixelion.com.ua
The module is under development, any moment can change everything.