Closed (works as designed)
Project:
Ubercart
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 13:35 UTC
Updated:
11 Jun 2009 at 13:40 UTC
This line in uc_cart_links_add_to_cart shows an ugly message to the user:
drupal_set_message(t('Cart link product action: @cart_link', array('@cart_link' => $cart_link)));
We should probably show *something*. Is the 'Your item(s) have been updated' message that I presume comes from UC core enough?
Comments
Comment #1
joachim commentedDoh, my mistake, it's a helper message for users with administer cart links permission.
Going back to sleep now.