howdi ye-all. I found to stop the 'Successfully added Product to the cart ...' message from display just comment out the code;
- open the message_stack.php file
and comment out the follow:
elseif ($type == 'success') {
/**$this->messages[] = array('params' => 'class="messageStackSuccess larger"', 'class' => $class, 'text' => zen_image($template->get_template_dir(ICON_IMAGE_SUCCESS, DIR_WS_TEMPLATE, $current_page_base,'images/icons'). '/' . ICON_IMAGE_SUCCESS, ICON_SUCCESS_ALT) . ' ' . $message);*/
}
leave the condition statement intact.
you can also see that the:
.messageStackSuccess larger
is the class that controlls the apperrance, its not in the stylesheet file you have to create the entry.
hope this helps someone...