Downloads
Stars
Version
Official e-commerce module for badaso
composer require badaso/commerce-module
php artisan migrate
php artisan badaso-commerce:setup
composer dump-autoload
php artisan db:seed --class=BadasoCommerceModuleSeeder
MIX_BADASO_MODULES
to .env
. If you have another plugins installed, include them using delimiter comma (,).MIX_BADASO_MODULES=commerce-module
MIX_BADASO_MENU
to .env
. If you have another menu, include them using delimiter comma (,).MIX_BADASO_MENU=admin,commerce-module
Fill the other variables in .env file.
COMMERCE_PRODUCTS_LIMIT_QUERY=10
Limit query browse on product, default is 10.MIX_PAYMENT_MODULE=commerce-module
Register the payment module.Fill the payment config in badaso-commerce.php
. For example:
'payments' => ['Uasoft\Badaso\Module\Commerce\BadasoCommerceModule']
Install the commerce theme