| commerce-free-shipping-admin.css | includes/commerce-free-shipping-admin.css |  | .commerce-free-shipping-admin-form .base {
  background-color: #fef5f1;
}
.commerce-free-shipping-admin-form .base.active {
  background-color: #f8fff0;
}
.commerce-free-shipping-admin-form .base.active fieldset {
  background-color:… | 
          
                  | commerce_free_shipping.admin.inc | commerce_free_shipping.admin.inc |  | Commerce free shipping admininistration settings form. | 
          
                  | commerce_free_shipping.info | commerce_free_shipping.info |  | name = Commerce Free shipping 
description = Provides method for free shipping.
core = 7.x
package = Commerce (contrib)
configure = admin/commerce/config/free-shipping
dependencies[] = entity
dependencies[] = commerce_cart
dependencies[] =… | 
          
                  | commerce_free_shipping.install | commerce_free_shipping.install |  | Commerce Free Shipping install function | 
          
                  | commerce_free_shipping.module | commerce_free_shipping.module |  | Implements hook_commerce_shipping_service_info_alter() to change
the price of the shipping service, when it's needed. | 
          
                  | commerce_free_shipping.rules_defaults.inc | commerce_free_shipping.rules_defaults.inc |  | Default rules configurations for Shipping. | 
          
                  | commerce_free_shipping.test | tests/commerce_free_shipping.test |  | Functional tests for the commerce free shipping module. | 
          
                  | README.txt | README.txt |  | Overview
This module provide a solution to add Free shipping rate 
on top of commerce_shipping services.
Simply working, and don't need rules.
You can use this module to have a free shipping rate by:
  - Shipping service
  - Total amount of the… |