Leave the debugging message out of cart_links

Project: 
Ubercart
Category: 
bug report
Priority: 
minor
Status: 
by design

Patch Here
--- uc_cart_links/uc_cart_links.module 2007-10-19 18:18:11 +0000
+++ uc_cart_links/uc_cart_links.module 2007-10-24 13:24:21 +0000
@@ -71,7 +71,7 @@
$cart_link .= '_o'. $option .'a'. $attribute;
}
}
- drupal_set_message(t('Cart link product action: !cart_link', array('!cart_link' => $cart_link)));
+ //drupal_set_message(t('Cart link product action: !cart_link', array('!cart_link' => $cart_link)));
}
}

Re: Leave the debugging message out of cart_links

That debug info only shows if a user has access to 'administer cart links' and the setting to show the debug info is on. You can turn the message off at /admin/store/settings/cart_links. (Should be the first checkbox.)

Stupid me.. Thanks

Stupid me..

Thanks anyway

http://www.vingowine.com