Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
New Modules:
~~~~~~~~~~~~
uc_recurring_product - separate product features into its own module from the core recurring api.
uc_recurring_subscription - UI for managing site membership/subscriptions.
Fixes download problem reported at #949396: Right-click to download.
Also adds new 'extensions' option. By default, file extensions will now be shown. To disable this, set extensions="false".
<?php $price = '12345.67'; ?>
<?php $params = 'GBP'; ?>
<?php // This is also possible but pointless; $params = array('symbol' => '$'); // It was intended that you'd search for Currency name but abandoned. ?>
<?php print theme('format_currency', $price, $params); ?>