Classes
\SilverCommerce\CatalogueAdmin\Admin
| Name | Description | |
|---|---|---|
| CatalogueAdmin | CatalogueAdmin creates an admin area that allows editing of products and product categories | EMPTY |
\SilverCommerce\CatalogueAdmin\BulkManager
| Name | Description | |
|---|---|---|
| DisableHandler | A {@link GridFieldBulkActionHandler} for bulk marking products | EMPTY |
| EnableHandler | A {@link GridFieldBulkActionHandler} for bulk marking products | EMPTY |
\SilverCommerce\CatalogueAdmin\Extensions
| Name | Description | |
|---|---|---|
| AdminExtension | Inject extra requirements into the CMS | EMPTY |
| ImageExtension | Extension for Image that allows mapping of products to multiple images | EMPTY |
| SiteConfigExtension | Provides additional settings required globally for this module | EMPTY |
\SilverCommerce\CatalogueAdmin\Forms\GridField
| Name | Description | |
|---|---|---|
| CategoryDetailForm_ItemRequest | No description available | EMPTY |
| EnableDisableDetailForm_ItemRequest | Custom detailform for items that can vbe enabled and disabled | EMPTY |
| GridFieldConfig_Catalogue | Allows editing of records contained within the GridField, instead of only allowing the ability to view records in the GridField. | EMPTY |
| GridFieldConfig_CatalogueRelated | Allows editing of records contained within the GridField, instead of only allowing the ability to view records in the GridField. | EMPTY |
\SilverCommerce\CatalogueAdmin\Helpers
| Name | Description | |
|---|---|---|
| Helper | Simple helper class to provide common functions across all libraries | EMPTY |
\SilverCommerce\CatalogueAdmin\Import
| Name | Description | |
|---|---|---|
| ProductCSVBulkLoader | Allow slightly more complex product imports from a CSV file | EMPTY |
\SilverCommerce\CatalogueAdmin\Model
| Name | Description | |
|---|---|---|
| CatalogueCategory | Base class for all product categories stored in the database. The intention is to allow category objects to be extended in the same way as a more conventional "Page" object. | EMPTY |
| CatalogueProduct | Base class for all products stored in the database. The intention is to allow Product objects to be extended in the same way as a more conventional "Page" object. | EMPTY |
| ProductTag | A simple tag that can be used to filter products | EMPTY |
\SilverCommerce\CatalogueAdmin\Tasks
| Name | Description | |
|---|---|---|
| CatalogueWriteAllItemsTask | Loops through all products and Categories, and sets their URL Segments, if they do not already have one | EMPTY |