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.
Changes since Ubercart 6.x-2.0-beta1 (-r 1419..1467):
Fix typo.
Make the order status condition actually use the given order arguments.
Don't attempt to display add to cart forms for non-product nodes in a view.
#345959 by cha0s: One menu item not ported from D5 fixed.
#345960 by cha0s: Use 'redirect' in uc_order_add_line_item_form_submit().
u#8009: Get taxes when special characters are put in the serialized order object.
#347557 by mikelikespie: Cast the error response's SimpleXMLElement to string so it can be saved in the session message.
Add the first test written for Ubercart. Much rejoicing!
And fix a problem revealed by the first test: trying to remove an unkonwn country redirects back to the overview page, not the form.
d#348260 - Fixing a bug in the default preset for catalog categories.
d#291554 by cha0s: change the stock local task path to uc-stock to avoid a Webform conflict.
d#329197 by alpritt, Ryan: Clean up the cart review table theme function. This affects the output on the checkout form in the cart contents checkout pane.
u#8081: Fix session data when customers complete checkout through Google Checkout. Make sure non-shippable orders can be completed.