| Text to LOCATE | Contained In File | Options |
| define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.'); | Folder Name includes/languages/english/ Filename: index.php |
Replace the text shown in red starting “Congratulations” with your own text. You can also make this a blank empty statement by deleting the text starting "Congratulations" |
| Text to LOCATE | Contained In File | Options |
| define('TEXT_PRODUCT_WEIGHT_UNIT','lbs'); |
Folder Name includes/english/languages/ Filename: english.php |
change the line to read
define('TEXT_PRODUCT_WEIGHT_UNIT','Kg'); |
Change the ''Zen Cart!, The Art of
E-commerce'' text shown in the title bar of the browser
| Text to LOCATE | Contained In File | Options |
|
There are 2 definitions to locate and change // page title define('TITLE', 'Zen Cart!'); // Site Tagline define('SITE_TAGLINE', 'The Art of E-commerce'); |
Folder Name includes/english/languages/ Filename: meta_tags.php |
change definitions to.. // page title define('TITLE', 'Your Store Name'); // Site Tagline define('SITE_TAGLINE', 'Your Store Tag Line'); |