$freeShippingThreshold) { $_RATES[] = array( "service_name" => "Free Shipping", //this is what the customer will see "service_code" => "Free Shipping", //can be anything you like "total_price" => 0, //in cents "currency" => "CAD", ); } return $_RATES; /* do not edit below this line */ }