Yii2 Shopify Cart ¶
Add shopify functionalities to your Yii2 project like buy buttons and cart visualization
Installation ¶
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist inquid/yii2-shopify "*"
or add
"inquid/yii2-shopify": "*"
to the require section of your composer.json
file.
Usage ¶
Once the extension is installed, simply use it in your code by :
<?= \inquid\inquidshopify\AutoloadExample::widget(); ?>```
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.