Thers's just a little bug in some case when cart is empty, it says 1 item.
uc_cart.module / line 374
$item_text = format_plural($item_count, '1 Item', '@count Items');perhaps better something like
$item_text = format_plural($item_count, t('0 Item'), '@count Items');regards
thx Übercart !
Mog



.

Joined: 08/16/2007