Remove colon from tax setting page
This commit is contained in:
parent
f9ff5ba49f
commit
d567d12b64
|
@ -21,7 +21,7 @@ return apply_filters( 'woocommerce_tax_settings', array(
|
||||||
),
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'title' => __( 'Calculate Tax Based On:', 'woocommerce' ),
|
'title' => __( 'Calculate Tax Based On', 'woocommerce' ),
|
||||||
'id' => 'woocommerce_tax_based_on',
|
'id' => 'woocommerce_tax_based_on',
|
||||||
'desc_tip' => __( 'This option determines which address is used to calculate tax.', 'woocommerce' ),
|
'desc_tip' => __( 'This option determines which address is used to calculate tax.', 'woocommerce' ),
|
||||||
'default' => 'shipping',
|
'default' => 'shipping',
|
||||||
|
@ -35,7 +35,7 @@ return apply_filters( 'woocommerce_tax_settings', array(
|
||||||
),
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'title' => __( 'Shipping Tax Class:', 'woocommerce' ),
|
'title' => __( 'Shipping Tax Class', 'woocommerce' ),
|
||||||
'desc' => __( 'Optionally control which tax class shipping gets, or leave it so shipping tax is based on the cart items themselves.', 'woocommerce' ),
|
'desc' => __( 'Optionally control which tax class shipping gets, or leave it so shipping tax is based on the cart items themselves.', 'woocommerce' ),
|
||||||
'id' => 'woocommerce_shipping_tax_class',
|
'id' => 'woocommerce_shipping_tax_class',
|
||||||
'css' => 'min-width:150px;',
|
'css' => 'min-width:150px;',
|
||||||
|
@ -64,7 +64,7 @@ return apply_filters( 'woocommerce_tax_settings', array(
|
||||||
),
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'title' => __( 'Display Prices in the Shop:', 'woocommerce' ),
|
'title' => __( 'Display Prices in the Shop', 'woocommerce' ),
|
||||||
'id' => 'woocommerce_tax_display_shop',
|
'id' => 'woocommerce_tax_display_shop',
|
||||||
'default' => 'excl',
|
'default' => 'excl',
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
|
@ -76,7 +76,7 @@ return apply_filters( 'woocommerce_tax_settings', array(
|
||||||
),
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'title' => __( 'Display Prices During Cart and Checkout:', 'woocommerce' ),
|
'title' => __( 'Display Prices During Cart and Checkout', 'woocommerce' ),
|
||||||
'id' => 'woocommerce_tax_display_cart',
|
'id' => 'woocommerce_tax_display_cart',
|
||||||
'default' => 'excl',
|
'default' => 'excl',
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
|
@ -89,7 +89,7 @@ return apply_filters( 'woocommerce_tax_settings', array(
|
||||||
),
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'title' => __( 'Price Display Suffix:', 'woocommerce' ),
|
'title' => __( 'Price Display Suffix', 'woocommerce' ),
|
||||||
'id' => 'woocommerce_price_display_suffix',
|
'id' => 'woocommerce_price_display_suffix',
|
||||||
'default' => '',
|
'default' => '',
|
||||||
'placeholder' => __( 'N/A', 'woocommerce' ),
|
'placeholder' => __( 'N/A', 'woocommerce' ),
|
||||||
|
@ -98,7 +98,7 @@ return apply_filters( 'woocommerce_tax_settings', array(
|
||||||
),
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'title' => __( 'Display Tax Totals:', 'woocommerce' ),
|
'title' => __( 'Display Tax Totals', 'woocommerce' ),
|
||||||
'id' => 'woocommerce_tax_total_display',
|
'id' => 'woocommerce_tax_total_display',
|
||||||
'default' => 'itemized',
|
'default' => 'itemized',
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
|
|
Loading…
Reference in New Issue