Commerce shipping rate
Categories
Component ID
2464611
Component name
Commerce shipping rate
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
1962
Component created
Component changed
Component body
This module help developers who wants to have a unique interface to contribute the rates of the various shipping services.
Features
- User Interface for managing rates of various commerce shipping services by weight.
- Import tool for CSV files.
How to use ?
To integrate this module with your shipping service, you need to use this function in the shipping service rate callback.
$price = commerce_shipping_get_rate_by_weight($method_id, $service_name, $weight);
Then you can manage shipping rates at /admin/store/config/shipping/shipping-rates
Requirements
- Drupal commerce
- Commerce shipping
- Commerce physical
