--- contrib/ec_recurring/ec_recurring.module    (revision 796)
+++ contrib/ec_recurring/ec_recurring.module    (working copy)
@@ -1588,6 +1588,9 @@
       if (empty($cart[$item['nid']]->qty)) {
         $links[] = array('title' => t('renew'), 'href' => "store/renew/{$item['nid']}/{$item['txnid']}");
       }
+      else {
+        $links[] = array('title' => t('renew'), 'href' => "cart/view");
+      }
 
       $links = array_merge($links, module_invoke_all('recurringapi', 'renewal links', $item));
     }