Quote Originally Posted by gsdcypher View Post
yep lines 387 to 390

Code:
// for all pages except where multiple add to cart is used:
  define('SUCCESS_ADDED_TO_CART_PRODUCT', 'Successfully added Product to the cart ...');
// only for where multiple add to cart is used:
  define('SUCCESS_ADDED_TO_CART_PRODUCTS', 'Successfully added selected Product(s) to the cart ...');
weird huh?
Well, then I'm not sure what the issue is, but I'm pretty sure its not the template. Maybe if you ask in the general forum, someone might have more advice for you. I've seen an error message pop up when I've tried adding a product to your cart without choosing an option, so we know the code "can" work, but for some reason its not working for the cart. I would maybe also suspect some of the extra scripting you have on your site might be conflicting.