Added missing option back. Closes #448.
This commit is contained in:
parent
9c7fa9c789
commit
49a159a81f
|
@ -143,6 +143,15 @@ $woocommerce_settings['general'] = apply_filters('woocommerce_general_settings',
|
|||
'checkboxgroup' => 'start'
|
||||
),
|
||||
|
||||
array(
|
||||
'name' => __( 'Checkout', 'woocommerce' ),
|
||||
'desc' => __( 'Allow users to checkout without signing up for an account', 'woocommerce' ),
|
||||
'id' => 'woocommerce_enable_guest_checkout',
|
||||
'std' => 'yes',
|
||||
'type' => 'checkbox',
|
||||
'checkboxgroup' => ''
|
||||
),
|
||||
|
||||
array(
|
||||
'desc' => __( 'Clear cart when logging out', 'woocommerce' ),
|
||||
'id' => 'woocommerce_clear_cart_on_logout',
|
||||
|
|
Loading…
Reference in New Issue