|
|
|
@ -456,7 +456,7 @@ function _fulcrm_shoppingcart_buy_eventbookingtype_create_shoppingitem( &$form_s
|
|
|
|
|
drupal_set_message( t('There was a problem adding your item to the shopping cart.'), 'error' );
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
drupal_set_message( t('Cannot find your record\'s UUID. This order might have problems...'), 'error' );
|
|
|
|
|
/* drupal_set_message( t('Cannot find your record\'s UUID. This order might have problems...'), 'error' ); */
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -861,7 +861,7 @@ function fulcrm_shoppingcart_buy_donation_form( $form, &$form_state, $person, $p
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$form[ 'donation_amount' ] = array( '#type' => 'textfield',
|
|
|
|
|
'#title' => 'Donation Amount (' . $product[ '_price' ][ 'currency' ] . ')',
|
|
|
|
|
'#title' => 'Amount (' . $product[ '_price' ][ 'currency' ] . ')',
|
|
|
|
|
'#default_value' => sprintf( "%.2f", $product[ '_price' ][ 'item_net' ] ),
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|