This extension automatically applies shipping based on two parameters:
Country:
When a customer first go to the shopping cart, shipping method is calculated using the store's default country (System->Configuration->General->Countries Options->Default Country).
If the customer is logged in, the country of the customer's shipping address is used.
If a customer selected a country and clicked 'get quote', the selected is used.
Sort order:
Sort order of shipping methods can be set up at System->Configuration->Shipping Methods->Shipping Method Name->Sort Order
Shipping method has the smallest sort order value will get applied.
For examle,
Set Free shipping to have a sort order of 1, Flat Rate to have a sort order of 2.
When freeshipping is available, it will be applied. When it is not available, flat rate is applied.
Shipping rates will get recalculated when the customer:
add items to cart
update items in cart
remove items from cart
Releases (6)
Date | Version | Notes |
---|---|---|
2012-09-20 | 1.0.4 | Remove unnecessary files |
2012-09-20 | 1.0.3 | 1. Fix a bug where shipping will not be applied when a customer log in with items in the cart. 2. Recalculate shipping when get quote button is clicked |
2012-07-04 | 1.0.2 | Stable release Tested under Magent CE 1.7, 1.6.2, 1.6, 1.5.1 Added more comments |
2012-06-10 | 1.0.1 | Stable release Tested under Magent CE 1.7, 1.6.2, 1.6, 1.5.1 |
2012-06-10 | 1.0.0 | Stable release Tested under Magent CE 1.7, 1.6.2, 1.6, 1.5.1 |
2012-06-09 | 0.0.1 | First Release.
|