Commerce Free Shipping

Component ID

1959032

Component name

Commerce Free Shipping

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

5431

Component created

Component changed

Component body

Overview

This module provide a solution to add Free shipping rate on top of commerce_shipping services.

This module change the price of the service to 0 and can display a message to the user saying the free shipping are applyed or the amount left to obtain free shipping.

You can use this module to have a free shipping rate by:
- Shipping service
- Total amount of the line items in the cart (don't take in account the shipping line items)

Features

v1.0 :
- Configure order products total price limit and currency for free shipping by shipping service.
- Activate / deactivate free shipping by shipping service.
- Compatible with http://drupal.org/project/commerce_multicurrency
- This modules doesn't create an additionnal shipping services.
v1.1 :
- choose the line-item bundle(s) that need to be excluded (shipping line item will be excluded by default)
- exclude line-item when they reference a specific product bundle.
- Add an optional rule condition(s) set by shipping services, if the manager need more conditions for free shipping
V1.2 :
- Support for variable_i18n to translate customer free shipping message.

Configure

admin/commerce/config/free-shipping

Requirements

- Entity api - http://drupal.org/project/entity
- Drupal commerce - http://drupal.org/project/commerce
- Commerce shipping - http://drupal.org/project/commerce_shipping