Classes
\
| Name | Description | |
|---|---|---|
| Exception | No description available | EMPTY |
\SilverShop\Stock\Exceptions
| Name | Description | |
|---|---|---|
| BuyableNotEnoughStockException | No description available | EMPTY |
\SilverShop\Stock\Extensions
| Name | Description | |
|---|---|---|
| AddProductExtension | No description available | EMPTY |
| OrderExtension | Checks to confirm that the user can purchase the given quantity of the buyable. | EMPTY |
| OrderItemExtension | Decrements the available stock when the order is placed. | EMPTY |
| ProductStockExtension | An extension which can be applied to either the shop {@link Product} or {@link Variation} class for including stock values in the CMS. | EMPTY |
\SilverShop\Stock\Forms
| Name | Description | |
|---|---|---|
| GridFieldProductStockField | Handles inline editing / creation of the {@link ProductWarehouseStock} | EMPTY |
\SilverShop\Stock\Model
| Name | Description | |
|---|---|---|
| ProductWarehouse | A product warehouse contains a quantity of a given stock. When an order is made, the stock value is decreased from the order of the warehouses in the CMS. | EMPTY |
| ProductWarehouseStock | No description available | EMPTY |
\SilverShop\Stock\Tests
| Name | Description | |
|---|---|---|
| ShopStockTest | No description available | EMPTY |