|
|
|
@ -31,7 +31,7 @@ function fulcrm_shoppingcart_admin_form( $form, &$form_state ) {
|
|
|
|
|
|
|
|
|
|
$form[ 'experience' ] = array( '#type' => 'select',
|
|
|
|
|
'#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"'),
|
|
|
|
|
'user' => t('Must Login to "Checkout"'),
|
|
|
|
|
'force' => t('Must Login to "Add to Cart"'),
|
|
|
|
|