#163 - Shipping calculations
| Identifier | #163 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Shipping calculations |
| Status | Closed (duplicate) |
| Tags |
Risk: Database change (custom) |
| Handling member | Chris Graham |
| Addon | shopping |
| Description | Customisable shipping equations; so you can have different kinds of postage. |
| Steps to reproduce | |
| Additional information | ocProducts has the code written for a client, so this can be transferred. |
| Related to | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
We'd need to add shopping catalogue fields for length, width and depth.
We'd need to implement taking of addresses locally, even if local payments isn't in use - and these would be passed through to the gateway.
The shipping cost could only be worked out after setting the address, so the cart flow would need tuning for that.
We'd have config options for Shippo, and if configured the shipping option management screen would allow you to add Shippo shipping options rather than just ones certain calculation parameters.
Even without Shippo, we should allow our shipping code to work out shipping using dimensions as a criteria.
Shipping:
- Shipping rates for shopping catalogue purchases may not vary based on shipping destination
- User-selectable shipping options are not supported
- Shipping costs for individual items are summed up, there's no shared base price
- Free shipping above a certain payment amount is not supported
- Product catalogue shipping may be calculated by weight, physical dimensions are not considered