Quote:
Originally Posted by josebueso
I upgraded to xcart 4.4.4 and now I have xcart advertising in the admin every time I log in.
I paid for this license and I don't want to see any advertising, how can I remove this.
|
Modify <xcart_dir>/skin/common_files/admin/main/main.tpl file, find this line:
{if $smarty.cookies.hide_dialog_xcart_news eq ''}
and change it to:
{if false && $smarty.cookies.hide_dialog_xcart_news eq ''}