Skip to content

Product management module for Netcore CMS ecosystem

Notifications You must be signed in to change notification settings

netcore/module-product

Repository files navigation

Shop management module

This module was made for easy shop integration.

Features

  • Variable products
  • Cart
  • Wishlist
  • Parameter/attribute management
  • Multi-currency

Pre-installation

This module is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:

  1. https://github.com/netcore/netcore
  2. https://github.com/netcore/module-admin
  3. https://github.com/netcore/module-translate

Installation

  1. Require this package using composer
    composer require netcore/module-product
  1. Publish assets/configuration/migrations
    php artisan module:publish Product
    php artisan module:publish-config Product
    php artisan module:publish-migration Product
  1. Before seeding data, configure category group that will be used for products
    Open config file and edit 'used_category_group'
  1. Run the migrations and seeder
    php artisan migrate
    php artisan module:seed Product

Configuration

  • Configuration file is available at config/netcore/module-product.php

TODO - improve readme..

About

Product management module for Netcore CMS ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published