commerce_shipping 7.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-2.0.tar.gz | 30.18 KB | ad99683eef61c418e9191704cf04e611 |
| commerce_shipping-7.x-2.0.zip | 36.89 KB | 71a96c25d1532ad08f3023d07ce37b41 |
Release notes
We're proud to announce the full release of Commerce Shipping 2.0. In recent days, the final pieces have fallen into place to ensure the module accommodates recalculating shipping rates as addresses are entered, fully supporting a dynamic single-page checkout form. We also tested and retested the upgrade path from Commerce Shipping 1.x to ensure no data is lost for orders containing shipping line items from that version.
What's the big deal?
Commerce Shipping 2.0 is a complete rewrite of what the 1.x branch offered. It subdivides shipping methods into individual shipping services, giving you granular control over when each individual service from a provider like UPS should be available for an order. For example, you can use USPS for all orders within the U.S.A. and UPS for all other territories while requiring that certain products only ship UPS Next Day Air regardless of where they're shipping to.
Read morecommerce_shipping 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-1.1.tar.gz | 18.84 KB | 0e08fdb0a8696c1003237a681a0feb1e |
| commerce_shipping-7.x-1.1.zip | 26.01 KB | 485ecb9ce404533b6d4a519ade744ceb |
Release notes
Changes since 7.x-1.0 (5 commits):
- #1674782 by Simon Georges: Fix notice in commerce_shipping_pane_checkout_form()
- #1589088 by googletorp, remove copy address plugin in favor of #1410022
- ssue #1464918 by New Zeal: Fix copy billing address problem
- Change how validation is added for better integration with other plugins.
- Fix indentation and update hook for old installs.
commerce_shipping 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-1.0.tar.gz | 20.31 KB | 5147c42fa6f5f2f60517d3d3d745a24d |
| commerce_shipping-7.x-1.0.zip | 28.36 KB | d9da1ab94f225f44a8cac0c4a8bf5b86 |
Release notes
It's been about a year since I started working on shipping for commerce.
I had hoped that the work Ryan has made on the 2.x would have made the 1.x branch obsolete, but after all the work put into the 2.x branch some key features/hooks possibilities that makes the 1.x branch very flexible to work with from a developer's point of view, has still not been completed.
Thus I'm now creating the official 1.0 release, as commerce shipping has all the features I originally envisions when I started working with this and then some, and I haven't been seeing any bug reports lately.
There isn't much new since rc3, the main thing is the addressfield plugin that makes it possible to copy billing address to shipping and a few bug fixes.
So should all be using the 1.0 release?
Read morecommerce_shipping 7.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-2.0-beta1.tar.gz | 24.26 KB | 4cbb53b26a04529c9d3210f4d3c5f2ee |
| commerce_shipping-7.x-2.0-beta1.zip | 30.11 KB | be762d30c020b863190dd059f9398c26 |
Release notes
Note: If you are currently using Shipping 1.x on a live site, do not attempt an update on your live site. See the roadmap below for more information.
The first beta release of the Shipping 2.x branch represents a functional replacement for Shipping 1.x. In terms of implementation, the primary feature is the separation of shipping methods from the services that they offer (think UPS -> Ground, 2nd Day Air, Overnight) and the ability to make any method and/or service conditionally available.
The calculation process of shipping rates has changed as well and implements the same approach that Commerce core takes with product sell price calculation. When quoting a rate, Shipping 2.x creates a new shipping line item using the base rate provided by the shipping service (whether it's a flat rate defined by the administrator or a carrier calculated rate fetched from an API) and then passes that line item through rules for further manipulation. Rules may be used to add taxes, apply discounts, or add fees as the case may require.
Read morecommerce_shipping 7.x-1.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-1.0-rc3.tar.gz | 18.56 KB | 65445579628d7f05592be69b425e2a08 |
| commerce_shipping-7.x-1.0-rc3.zip | 25.72 KB | 579a6093f1d825c8d6381b604ffd246f |
Release notes
A few minor bugfixes and the name change of the field used storing the shipping method.
This is needed to be able to upgrade to 2.x when the upgrade path is created.
commerce_shipping 7.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-1.0-rc2.tar.gz | 18.5 KB | 24d22abbb5fc8eb35017f7d371288676 |
| commerce_shipping-7.x-1.0-rc2.zip | 25.58 KB | 1e2aaca5af8f9f4099ec87d0d1801b07 |
Release notes
Add support for tax on shipping line items.
Cleaned up some of the code in preparation for 2.x development.
Development is focused in the 2.x branch, but since development has slowed down some and it still isn't release ready, this release was made to make the tax feature accessible.
commerce_shipping 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-2.x-dev.tar.gz | 30.4 KB | 404de2fc3b446744e6c9261042efc4b2 |
| commerce_shipping-7.x-2.x-dev.zip | 37.15 KB | 1a53bcbdc48f716a2c6e20388593c4d3 |
Release notes
Nightly development snapshot of Commerce Shipping 7.x-2.x.
commerce_shipping 7.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-1.0-rc1.tar.gz | 18.18 KB | 659529c2fb52979f81b2e906d3dfff67 |
| commerce_shipping-7.x-1.0-rc1.zip | 26.28 KB | 04703edcea6971aa81e13ffe53b43e3b |
Release notes
This release features a major refactoring, excluded the old style of creating shipping methods to the new ctools plugin type. In addition shipping customer profile is now created when the module is installed.
You should read http://drupal.org/node/1220920 before upgrading.
The commits for this release:
• Issue #1183432 by googletorp: Add uninstall rutine. 7.x-1.x 7.x-1.0-rc1
• Issue #1226884 by googletorp: Fix proper reference...
• Issue #1220944 by googletorp: Added extra values for...
• Added feature, custom price components for shipping...
• Cleaned up code and added more documentation.
• Bugfix class, and settings problems with plugins.
• Cleaned up the example module and added documentation.
• Cleaned up code a bit, removing cruft.
• Set default values on shipping plugins.
• Use the commerce_shipping function signature for plugin...
• Added line item label from plugin.
• Core rewrite removing support for old style shipping...
• Add customer profile reference field on orders if needed.
• Make use of patch in commerce.
• Issue #1205842 by googletorp: Only need a single addres...
• Issue #1205842 by rszrama, googletorp: Add a shipping...
• Cleaned up code a bit, moving hooks to the top and...
• Fixed a few flaws.
• Issue #1174226 by rszrama: fix the package name to...
• Issue #1216668 by rszrama: remove installation notices...
commerce_shipping 7.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-1.0-beta4.tar.gz | 20.28 KB | 2e97fc76e9f522fc94635defa1965ba6 |
| commerce_shipping-7.x-1.0-beta4.zip | 29.09 KB | 854bab0d0fe9ac7ca0b59cd92e0ab681 |
Release notes
This release comes with two new features. In addition to that, it also made the shipping module compatible with commerce-beta4
The new features for this release is the support of shipping methods defined as ctools plugins. For now both old style hook shipping methods and plugin type shipping methods is supported, but most likely only plugins will be supported on the long term.
I also added a flat rate shipping method for those unable to create shipping modules themselves can use to get some basic shipping functionality.
Commits in this release
* Improved flat rate plugin.
* Added Flat rate shipping plugin.
* Fixed plugin labels.
* Removing debug code.
* Added example method as plugin
* Add support for plugin type shipping methods.
* #1185954 by googletorp, fix cache issue when deleting line items.
* Added admin configure link on module page.
* #1185954 by JohnDoranNY, googletorp API upgrades for commerce beta-4
commerce_shipping 7.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-1.0-beta3.tar.gz | 16.51 KB | 2f6a98b568b188a4ffa3d225dfccc67c |
| commerce_shipping-7.x-1.0-beta3.zip | 21.29 KB | 8c2051e3d3b98a9ceb1a5dda530e6a37 |
Release notes
Stable release for Drupal commerce beta-3
Added support for label callback, which enables dynamic labeling. This could be used for adding the actual shipping price in the label for the shipping method before it's actually selected.
Commits in this release:
#1175698 by googletorp, add weight to field definition.
#1179410 by zambrey, Fix initial labels for shipping methods.
Added label callback for radio labels on shipping method selection form.
#1161418 by guillaumev: delete unused shipping line_items.
#1161418 by guillaumev, googletorp: add order id for shipping line items.
#1155226 by googletorp, add missing depency.
#1152856 by googletorp, update example module with API changes.
commerce_shipping 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-1.0-beta2.tar.gz | 16.42 KB | c5e0d73ec9b49b2d7785d165413f049c |
| commerce_shipping-7.x-1.0-beta2.zip | 21.17 KB | 6bd78f66a6d4178009cd0254e91564f7 |
Release notes
Updated for commerce beta 3
This release includes:
#1102268 by tgeller: Use english for all views labels.
#1109972 by arbel, googletorp: Made label for the shipping rules configurable.
#1124404 by recidive, googletorp: Add missing dependency.
#1122372 by googletorp: Fix setting shipping method for new shipping line items.
commerce_shipping 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-1.0-beta1.tar.gz | 15.87 KB | 57616f8148c0998cf2b7bf1a410696e0 |
| commerce_shipping-7.x-1.0-beta1.zip | 20.61 KB | 61e394a57ff64b588d3ca7792e93eef2 |
Release notes
First beta release. Should be stable, but testing is advised before production use.
commerce_shipping 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| commerce_shipping-7.x-1.x-dev.tar.gz | 18.83 KB | 2562f7c15d1df541728c80813a417607 |
| commerce_shipping-7.x-1.x-dev.zip | 26.03 KB | 8ae8e32ba816b1bfc31e4d22ab56b40f |
Release notes
Develoment snapshot for Drupal 7 branch.