Free shipping should not be on by default

Closes #8819
This commit is contained in:
Mike Jolley 2015-08-13 22:02:41 +01:00
parent 893d0e40da
commit 92043a19f2
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class WC_Shipping_Free_Shipping extends WC_Shipping_Method {
'title' => __( 'Enable/Disable', 'woocommerce' ),
'type' => 'checkbox',
'label' => __( 'Enable Free Shipping', 'woocommerce' ),
'default' => 'yes'
'default' => 'no'
),
'title' => array(
'title' => __( 'Method Title', 'woocommerce' ),