codigowww / yii2-ecommerce
Ecommerce for yii2
dev-master
2023-05-10 03:33 UTC
Requires
- kartik-v/yii2-builder: @dev
- kartik-v/yii2-number: @dev
- mercadopago/dx-php: ^2.0.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-03-10 07:35:26 UTC
README
Ecommerce for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist codigowww/yii2-ecommerce "*"
or add
"codigowww/yii2-ecommerce": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
'modules' => [
'ecommerce' => [
'class' => 'codigowww\yii2ecommerce\Module',
],
],
Full config:
'modules' => [
'ecommerce' => [
'class' => 'codigowww\yii2ecommerce\Module',
'showLogin' => true,
'controllerMap' => [
'cart' => 'common\controllers\ecommerce\CartController',
],
'viewPath' => '@common/views/ecommerce'
],
],
Routes:
/ecommerce/bill /ecommerce/bill/ipn /ecommerce/pay /ecommerce/cart
Make sure acess to routes:
/ecommerce/bill/ipn