davidhirtz / yii2-cms-shopify
Shopify extension for content management system based on Yii 2.0 framework
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:yii2-extension
Requires
- davidhirtz/yii2-cms: ^2.3
- davidhirtz/yii2-shopify: ^2.1
Requires (Dev)
- codeception/codeception: ^5.0
- codeception/module-asserts: ^3.0
- codeception/module-filesystem: ^3.0
- codeception/module-phpbrowser: ^3.0
- codeception/module-yii2: *
- codeception/specify: ^2.0
- codeception/verify: ^3.0
- phpunit/phpunit: ^9
- rector/rector: ^2.0
- symplify/easy-coding-standard: ^12.0
- yiisoft/yii2-debug: ^2.1
README
Shopify CMS backend based on the Yii 2 extensions yii2-cms and yii2-shopify.
- Make sure
app\modules\admin\widgets\forms\EntryActiveForm::$fields
includesproduct_id
to display the entries drop down - [Optional] Use
davidhirtz\yii2\cms\shopify\widgets\grids\columns\ProductIdColumn
to display an entries counter indavidhirtz\yii2\cms\modules\admin\widgets\grid\EntryGridView
See also the instructions in the yii2-shopify package to set up the Shopify store.