TableRates

The TableRates package enables a new type of shipping method in Commerce that can determine shipping pricing based on comma separated data, and is compatible with Magento's TableRates.

Usage

  1. Install the free package from the modmore package provider
  2. Enable the TableRates module under Configuration > Modules
  3. Navigate to Configuration > Shipping Methods and create a new table rates shipping method
  4. Enter your CSV data
  5. Start shipping!

Read the TableRates documentation for more details about using this package.

Release History

TableRates Shipping Method for Commerce 1.4.0-pl

Released on 2023-03-14

Released on 2023-03-14

  • Fix EventDispatcher compatibility; now requires Commerce 1.3+
  • Increase minimum PHP version to 7.4
  • If there are no matches, the shipping method is no longer available for customers. If you do want it to be available, add a fallback row (*,*,*,0,price) at the start of your CSV data [#3]
  • Make sure the shipping method is available if the minimum weight is exactly the same as the actual weight [#4]

TableRates Shipping Method for Commerce 1.3.0-pl

Released on 2022-12-31

Released on 2022-12-31

  • Add minimum and maximum weight conditions to enable/disable the shipping method [F2420]

TableRates Shipping Method for Commerce 1.2.0-pl

Released on 2022-01-31

Released on 2022-01-31

  • Remove vendor directory from version control

TableRates Shipping Method for Commerce 1.2.0-dev1

Released on 2021-06-15 (Pre-releases Channel)

Released on 2021-06-15

  • Add support for partial zipcode matches with a * suffix
  • Add support for multiple zipcodes per CSV row by separating individual values with |

TableRates Shipping Method for Commerce 1.1.2-pl

Released on 2020-09-15

Released on 2020-09-15

  • Optimize autoloader to avoid class loading issue

TableRates Shipping Method for Commerce 1.1.1-pl

Released on 2019-02-26

Released on 2019-02-26

  • Change form definition to use a Tab instead of a SectionField, fixing issue with the display introduced in 0.11

TableRates Shipping Method for Commerce 1.1.0-pl

Released on 2018-10-19

  • Make the weight unit, used in the provided CSV, configurable instead of hardcoded to grams [#1]

TableRates Shipping Method for Commerce 1.0.0-pl

Released on 2018-02-02

  • Official release, with new translations

TableRates Shipping Method for Commerce 1.0.0-rc1

Released on 2017-12-27 (Pre-releases Channel)

  • First release