
Originally Posted by
Sentience
When I go to tools>Define page editor I find a section where I can edit the messages on the front page, but nothing that says define tag line or define how the website shows up in the browser.
As I said earlier, it's in
includes/languages/english/YOUR_TEMPLATE/meta_tags.php (to change the page name and tag line)
Code:
// page title
define('TITLE', 'Zen Cart!');
// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');