Code modifications to accommodate new attribute/option structure in Ubercart orders. uc_reorder now supports product kits and all four option types: select, radios, textfield, and checkbox. Note this new release will not run on versions of Ubercart lower than Ubercart 6.x-2.0-rc5. For those older releases you will need to use uc_reorder 6.x-1.1.
Modified to use the new uc_price() API instead of the old uc_currency_format(). uc_price() only works for Ubercart releases 6.x-2.0-rc1 and greater. If you are running an older version of Ubercart, you will need to use uc_reorder-6.x-1.0.
Initial release of the uc_reorder module on drupal.org. This release is based on the 1.0 release published on ubercart.org at http://www.ubercart.org/contrib/3734. Enhancements include: coding standards fixes, a .pot file for translations, and an access control fix. Further development will take place on drupal.org only.