can't develop 'nouser' option yet

master
Marek Isalski 6 years ago
parent e34bcc30a5
commit e243c3c99e

@ -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"'),

Loading…
Cancel
Save