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

joachim’s picture

Status: Active » Closed (works as designed)

Doh, my mistake, it's a helper message for users with administer cart links permission.
Going back to sleep now.