silvercommerce/catalogue-admin
Silverstripe module allowing creation of a custom product catalog with products and categories that can be created via the admin and accessed via their own URL's (like more conventional page objects)
Maintainers
Package info
github.com/silvercommerce/catalogue-admin
Type:silverstripe-vendormodule
pkg:composer/silvercommerce/catalogue-admin
Requires
Requires (Dev)
None
Suggests
- i-lateral/silverstripe-users: Add user account management, login and registration
- silverstripe/cms: Add full content management support to your site
Provides
None
Conflicts
None
Replaces
None
README
Provides the ability to create Products and Categories in the SilverStripe admin area, as well as support for bulk import and export of Products, hierachical categories and product tagging.
Please note: This is only an admin interface to manage Products and Categories.
If you want to add a frontent product catalogue to your site, you can either use
silvercommerce/catalogue-frontent
or roll your own.
Installation
Install using composer:
# composer require silvercommerce/catalogue-admin
Dependancies
Docs
For more info, please read the documentation
