tweak wording of the 'nouser' option

master
Marek Isalski 6 years ago
parent 53ede41b92
commit e34bcc30a5

@ -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('Only Guests can "Checkout"'),
'#options' => array( 'nouser' => t('"Guest Checkout" as standard'),
'guest' => t('Allow Guests to "Checkout"'),
'user' => t('Must Login to "Checkout"'),
'force' => t('Must Login to "Add to Cart"'),

Loading…
Cancel
Save