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)
Installs: 4 092
Dependents: 15
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 3
Open Issues: 3
Type:silverstripe-vendormodule
Requires
Suggests
- i-lateral/silverstripe-users: Add user account management, login and registration
- silverstripe/cms: Add full content management support to your site
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