Turn Off Notification

Hello [color=#212121][font=inherit][size=4]I've been trying to change this option and have not had success , can you help me ? some idea¡[/size][/font][/color]



i just want to turn off the notification when you add a product to the cart



thanks

i attached de image

[quote name='estebantm' timestamp='1414728344' post='195764'] Hello [color=#212121][font=inherit][size=4]I've been trying to change this option and have not had success , can you help me ? some idea¡[/size][/font][/color] i just want to turn off the notification when you add a product to the cart thanks i attached de image [/quote]



Please open the app/controllers/frontend/checkout.php file and comment out the following line:



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




Hope that helps.

its works

thank you