Classes
\SilverCommerce\CatalogueFrontend\Control
| Name | Description | |
|---|---|---|
| CatalogueController | Controller used to render pages in the catalogue (either categories or pages) | EMPTY |
| ModelAsController | Customise default @link ModelAsController to allow for finding and setting of catalogue categories or products. | EMPTY |
\SilverCommerce\CatalogueFrontend\Extensions
| Name | Description | |
|---|---|---|
| AddToCartExtension | Add an add to cart form that generates a {@link LineItem} for this object and then adds it to the shopping cart | EMPTY |
| CatalogueExtension | No description available | EMPTY |
| CategoryExtension | Simple extension to category to add image support. This is mostly for use in templates. | EMPTY |
| ControllerExtension | Extension for Controller that provide additional methods to all templates | EMPTY |
| ProductTagExtension | Simple extension to allow tags to be aware of how they are interacted with. | EMPTY |