Re: Things every New Zenner needs to know

Originally Posted by
mamasylvia
I did finally find the shipping tare and think I fixed that. I'm getting accurate weights in the shopping cart now. Remaining question is how to get rid of the "Sales Message Goes Here," of course.
New questions include: how to rename the "Page 2" link on the main page, I'd like it to read "MamaSylvia's Blog."
Instead of trying to remove the "Sales Message Goes Here" use it to your advantage and replace those words with "Mama Sylvia's Outstanding Products and Services". Not only will that let people know who you are, it will give the Search Engines and Spiders something useful to list.
I have already changed it in the header.php listed below. The line is highlighted in red. You could just copy it as 'header.php' to your "/zencart/includes/languages/english/classic/" folder.
Or, you could just replace the changed lines in your "/zencart/includes/languages/english/classic/header.php" file.
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: header.php 2848 2006-01-14 09:47:08Z wilt $
*/
// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
define('HEADER_TITLE_CHECKOUT', 'Checkout');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Home');
define('HEADER_TITLE_LOGOFF', 'Log Out');
define('HEADER_TITLE_LOGIN', 'Log In');
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce [home link]');
define('HEADER_SALES_TEXT', '<h1>Mama Sylvia's Outstanding Products and Services</h1>');
define('HEADER_LOGO_WIDTH', '200px');
define('HEADER_LOGO_HEIGHT', '70px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
// header Search Button/Box Search Button
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT','Enter search keywords
here');
?>
As for the 'Page 2' title. you should be able to change that using the Administrator Console. If not, you can got to "includes -> languages -> ENGLISH -> page_2.php" and replace the lines:
define('NAVBAR_TITLE', 'Page 2');
define('HEADING_TITLE', 'Page 2');
with
define('NAVBAR_TITLE', 'Mama Sylvia's Blog');
define('HEADING_TITLE', 'Mama Sylvia's Blog');
Zen Cart is a powerful shopping cart put together with PHP, CSS and HTML. This mix will confuse a lot of straight HTML programmers because they are not used to dealing with the integrated functions between the different coding languages.
Life is a Team effort with God leading.
Bookmarks