How To Remove "product Was Added To Your Cart" Popup

hi how can remove “product was added to your cart” or added to compare lists windows only

green red yellow alerts must be there but

this windows must be gone ? how can i do that ?

[quote name='cavemin' timestamp='1408538385' post='190074']

hi how can remove “product was added to your cart” or added to compare lists windows only

green red yellow alerts must be there but

this windows must be gone ? how can i do that ?

[/quote]



Good day,



Add to cart:



Open the app/controllers/frontend/checkout.php file and replace:


fn_set_notification('I', __($product_cnt > 1 ? 'products_added_to_cart' : 'product_added_to_cart'), $msg, 'I');



with



//fn_set_notification('I', __($product_cnt > 1 ? 'products_added_to_cart' : 'product_added_to_cart'), $msg, 'I');




Add to compare list:



Open the app/controllers/frontend/product_features.php file and replace:


fn_set_notification('I', $title, $msg, 'I');



with



//fn_set_notification('I', $title, $msg, 'I');




Hope this will help you.

again u are the champion :) thanks bro

[quote name=‘cavemin’ timestamp=‘1408540782’ post=‘190080’]

again u are the champion :) thanks bro

[/quote]



Thanks! :lol:

Exactly what I was looking for. thanks again Ninja! 8)