Change Pop Up Box Default Behavior On Product Detail Page

HI,

In product detail page, when I click on Add to cart / Add to wish list / Add to comparison list buttons, I got a popup message at the center of the page that says product was added to cart / wishlist / comparison list. but these pop ups are become hidden with in few minutes.

How I can keep them as visible until user manually close these box. Which file I want to edit?

I want to override this behavior only in product detail page. Is it possible?

For notification cs-cart use this function :

fn_set_notification($type, $title, $message, $message_state = '', $extra = '', $init_message = false)
please use message state is : 'S' (manually close) .
apply this at all notification which you want close manually

HI,

In product detail page, when I click on Add to cart / Add to wish list / Add to comparison list buttons, I got a popup message at the center of the page that says product was added to cart / wishlist / comparison list. but these pop ups are become hidden with in few minutes.

How I can keep them as visible until user manually close these box. Which file I want to edit?

I want to override this behavior only in product detail page. Is it possible?

Please check the Settings > Appearance > Notice Displaying Time setting in the admin panel.

Thanks to all...

Your answers works perfectly.