This module was made for easy shop integration.
- Variable products
- Cart
- Wishlist
- Parameter/attribute management
- Multi-currency
This module is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:
- https://github.com/netcore/netcore
- https://github.com/netcore/module-admin
- https://github.com/netcore/module-translate
- Require this package using composer
composer require netcore/module-product
- Publish assets/configuration/migrations
php artisan module:publish Product
php artisan module:publish-config Product
php artisan module:publish-migration Product
- Before seeding data, configure category group that will be used for products
Open config file and edit 'used_category_group'
- Run the migrations and seeder
php artisan migrate
php artisan module:seed Product
- Configuration file is available at config/netcore/module-product.php