hi

is there a way to disaply 'add to cart' messages (and 'remove from cart' ) at all?

in uc_cart_links.pages.inc i found the following:

            // Suppress the add to cart message: m0
            case 'm':
              $msg = intval(drupal_substr($part, 1)) == 1 ? TRUE : FALSE;
              break;
          }

thanks andreas

Comments

plato1123’s picture

I also would like to change the "please wait" "cart" messages when you add an item. Actually please wait is fine, but cart needs to be something like "added to cart."

tunic’s picture

tunic’s picture

Status: Active » Fixed

Added an option to completely hide any cart info operations. Use with caution, users may no be aware of cart operations if messages are not displayed (but may be useful in some situations).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.