Classes
\SilverShop\Shipping
| Name | Description | |
|---|---|---|
| ShippingCalculator | Helper class for encapsulating shipping calculation logic. | EMPTY |
| ShippingEstimator | Helper class for calculating rates for available shipping options. | EMPTY |
| ShippingFrameworkModifier | No description available | EMPTY |
| ShippingPackage | Encapsulation of shipping package data | EMPTY |
\SilverShop\Shipping\Admin
| Name | Description | |
|---|---|---|
| ShippingMethodAdmin | No description available | EMPTY |
| ZoneAdmin | No description available | EMPTY |
\SilverShop\Shipping\Checkout\Component
| Name | Description | |
|---|---|---|
| ShippingCheckoutComponent | No description available | EMPTY |
\SilverShop\Shipping\Checkout\Step
| Name | Description | |
|---|---|---|
| CheckoutStepShippingMethod | Gives methods to ship by, based on previously given address and order items. | EMPTY |
\SilverShop\Shipping\Extension
| Name | Description | |
|---|---|---|
| CartPageShippingExtension | No description available | EMPTY |
| OrderShippingExtension | No description available | EMPTY |
\SilverShop\Shipping\Forms
| Name | Description | |
|---|---|---|
| ShippingEstimateForm | No description available | EMPTY |
| ZoneSelectField | No description available | EMPTY |
\SilverShop\Shipping\Model
| Name | Description | |
|---|---|---|
| DistanceShippingFare | No description available | EMPTY |
| DistanceShippingMethod | No description available | EMPTY |
| RegionRestriction | No description available | EMPTY |
| ShippingMethod | ShippingMethod is a base class for providing shipping options to customers. | EMPTY |
| TableShippingMethod | Work out shipping rate from a pre-defined table of regions - to - weights and dimensions. | EMPTY |
| TableShippingRate | Adds extra metric ranges to restrict with, rather than just region. | EMPTY |
| Warehouse | No description available | EMPTY |
| Zone | A zone is a collection of regions. Zones can cross over each other. | EMPTY |
| ZoneRegion | Class ZoneRegion | EMPTY |
| ZonedShippingMethod | Zoned shipping is a variant of TableShipping that regionalizes using zones, which are collections of regions, rather than regionalising using specific locations / wildcards. | EMPTY |
| ZonedShippingRate | No description available | EMPTY |
\SilverShop\Shipping\Tasks
| Name | Description | |
|---|---|---|
| PopulateShopTableShippingTask | Makes PopulateTableShippingTask get run before PopulateShopTask is run | EMPTY |
| PopulateTableShippingTask | No description available | EMPTY |
| PopulateZonedShippingTask | No description available | EMPTY |
\SilverShop\Shipping\Tests
| Name | Description | |
|---|---|---|
| DistanceShippingMethodTest | No description available | EMPTY |
| RegionRestrictionRate | No description available | EMPTY |
| RegionRestrictionTest | No description available | EMPTY |
| ShippingEstimateFormTest | No description available | EMPTY |
| ShippingEstimatorTest | No description available | EMPTY |
| ShippingPackageTest | No description available | EMPTY |
| TableShippingMethodTest | No description available | EMPTY |
| WarehouseTest | No description available | EMPTY |
| ZonedShippingMethodTest | No description available | EMPTY |
\SilverShop\Tasks
| Name | Description | |
|---|---|---|
| CreateInternationalZoneTask | No description available | EMPTY |
\SilverShop\Tests\Model
| Name | Description | |
|---|---|---|
| ZoneTest | No description available | EMPTY |