can't develop 'nouser' option yet
This commit is contained in:
parent
e34bcc30a5
commit
e243c3c99e
@ -31,7 +31,7 @@ function fulcrm_shoppingcart_admin_form( $form, &$form_state ) {
|
|||||||
|
|
||||||
$form[ 'experience' ] = array( '#type' => 'select',
|
$form[ 'experience' ] = array( '#type' => 'select',
|
||||||
'#title' => t('Shopping Experience'),
|
'#title' => t('Shopping Experience'),
|
||||||
'#options' => array( 'nouser' => t('"Guest Checkout" as standard'),
|
'#options' => array( // 'nouser' => t('"Guest Checkout" as standard'), // XXX not today
|
||||||
'guest' => t('Allow Guests to "Checkout"'),
|
'guest' => t('Allow Guests to "Checkout"'),
|
||||||
'user' => t('Must Login to "Checkout"'),
|
'user' => t('Must Login to "Checkout"'),
|
||||||
'force' => t('Must Login to "Add to Cart"'),
|
'force' => t('Must Login to "Add to Cart"'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user