Change in PriceFormatterStore. Some osC installations reported an sql error in this class. It appears that the first item in the shopping_cart can be an empty value when using: $product_id_list = $cart->get_product_id_list();
Added some code to check for that.

More...