// setup the themeing to return the correct formatted ubercart price e.g. £70.00 or $70.00 $context = array( 'revision' => 'formatted', 'type' => 'amount', );
// get the formatted ubercart minimum order value $acs_min_order_value = uc_price(UC_ACSPAY4LATER_MINIMUM_ORDER_VALUE, $context);
So, in essence have a look at uc_price - assuming i understand how uc_price works