Post by hm2k » Tue Jan 06, 2009 12:07 am

Whether you're trying to change the welcome message, the welcome email or something else, it's fairly easy to find the right file, once you know how...

1, Open command prompt to your OpenCart directory by doing: S:\ && cd path\to\opencart\ (or get Open Command Window Here).
2, Enter: findstr /s /I /C:"string" *.*

Where "string" is, replace that with the text you are looking for. For example:

Code: Select all

findstr /s /I /C:"welcome" *.*
admin\language\english\controller\home.php:$_['heading_description'] = 'Welcome
to your Online Shop Administration.';
You can also use the "more" tool if it scrolls too fast:

Code: Select all

findstr /s /I /C:"welcome" *.* | more
All you have to do now is open the file you find in your favourite editor and edit the appropriate text.

Good luck!

UK Web Hosting


User avatar
Global Moderator

Posts

Joined
Tue Mar 11, 2008 9:06 am
Location - UK
Who is online

Users browsing this forum: No registered users and 12 guests