I have been trying to modify the 'Products' text underneath the Search form that is displayed in the left panel of almost every page. I changed the language file en.php (the string called $lang['Products'] = "Products"; into $lang['Products'] = "Gifts"), but the text is still showing there.
Could you advise me on where can i find this label to change it?
in config/lang_xx.php (xx is short name of your language) At the bottom of file you will find entries: $aMenuTypes[X]=" "; Just write there the needed word.
Thank you very much! I was searching for the word 'Products' via Total Commander, but the right place was not found. Now I know where it is! Have a nice rest of the week! Jan