Disable Update Notification

I'm trying to disable the update notification that says:

[quote]Notice: A new version of CS-Cart is available! Please update now.[/quote]

Thanks

Edit admin/controllers/common/auth.php and comment out a line that looks like:


fn_set_notification('W', fn_get_lang_var('notice'), $msg, 'S', 'upgrade_center');

You rock! B)

Thank you so much!

You could have just removed your license or the upgrade URL in the upgrade settings.

There is a new setting in 2.2.2 in the General area called 'auto_check_updates'.

It looks like it only controls whether a message is displayed or not; not whether the check is done.



The old method of removing the license key still works in 2.2.2, but given what I see, I would doubt that will work in the future. I would expect them to blast error messages galore if no license key is installed…



But for now, yes, removing the license key will still work.

If you comment out


fn_set_notification('W', fn_get_lang_var('notice'), $msg, 'S', 'upgrade_center');




you get a text_block_trial notice, everytime you want to change something.



This doesn't work for 2.2.3 and 2.2.4.



Still want the irritating message “[color=#282828][font=arial, verdana, tahoma, sans-serif][size=3]Notice: A new version of CS-Cart is available! Please update now.[/size][/font][/color]” removed from all the stores of my clients. Too mucht risk they mess up the store.



Anyone of help?

And unchecking the box in Settings/General that says:

[quote]

Check for updates automatically

[/quote]

doesn't do this for you?