Skip to content

Commit

Permalink
moved option
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Aug 10, 2012
1 parent 10a3924 commit 0e6f2fa
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions admin/settings/settings-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,23 +97,6 @@

$localisation_setting,

array(
'name' => __( 'Store Notice', 'woocommerce' ),
'desc' => __( 'Enable the "Demo Store" notice on your site', 'woocommerce' ),
'id' => 'woocommerce_demo_store',
'std' => 'no',
'type' => 'checkbox'
),

array(
'name' => __( 'Store Notice Text', 'woocommerce' ),
'desc' => '',
'id' => 'woocommerce_demo_store_notice',
'std' => __( 'This is a demo store for testing purposes — no orders shall be fulfilled.', 'woocommerce' ),
'type' => 'text',
'css' => 'min-width:300px;',
),

array( 'type' => 'sectionend', 'id' => 'general_options'),

array( 'name' => __( 'Checkout and Accounts', 'woocommerce' ), 'type' => 'title','desc' => __('The following options control the behaviour of the checkout process and customer accounts.', 'woocommerce'), 'id' => 'checkout_account_options' ),
Expand Down Expand Up @@ -249,6 +232,23 @@
'type' => 'frontend_styles'
),

array(
'name' => __( 'Store Notice', 'woocommerce' ),
'desc' => __( 'Enable the "Demo Store" notice on your site', 'woocommerce' ),
'id' => 'woocommerce_demo_store',
'std' => 'no',
'type' => 'checkbox'
),

array(
'name' => __( 'Store Notice Text', 'woocommerce' ),
'desc' => '',
'id' => 'woocommerce_demo_store_notice',
'std' => __( 'This is a demo store for testing purposes — no orders shall be fulfilled.', 'woocommerce' ),
'type' => 'text',
'css' => 'min-width:300px;',
),

array(
'name' => __( 'Scripts', 'woocommerce' ),
'desc' => __( 'Enable AJAX add to cart buttons on product archives', 'woocommerce' ),
Expand Down

0 comments on commit 0e6f2fa

Please sign in to comment.