Results 1 to 10 of 18

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: define HEADER sales option not on pull down menu

    By "open the includes/languages/english/header.php file in your text editor", the tutorial means something like Notepad++ on your pc. The Zen Cart admin does not have the ability to edit that file, only files named "define_xxxxx".

  2. #2
    Join Date
    Dec 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: define HEADER sales option not on pull down menu

    I guess I am stupid or something, I do not have the define header option in my text editor, "define *** everything else is on the pull down for HTML but not the define header option..I am about ready to throw in the towel and go with another ecommerce page..

  3. #3
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: define HEADER sales option not on pull down menu

    OK there are only a FEW pages that can be edited from within the zen cart admin
    you will need to actually use an ftp program,

    download the file from
    includes/languages/english/header.php
    to your computer,

    they you will change the code located there to what you want
    the default code looks like this

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 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 2940 2006-02-02 04:29:05Z drbyte $
    */

    // 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');
    define('HEADER_SALES_TEXT', 'TagLine Here');
    define('HEADER_LOGO_WIDTH', '192px');
    define('HEADER_LOGO_HEIGHT', '64px');
    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');

    ?>
    so to change

    the art of ecommerce,

    you would actually change this line

    define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
    to read

    define('HEADER_ALT_TEXT', 'whatever you want here');

    then you would save the file and then re-upload it,
    Last edited by Merlinpa1969; 26 Dec 2007 at 10:39 PM. Reason: more clarification
    Zen cart PCI compliant Hosting

 

 

Similar Threads

  1. v139h Edit Pull Down Menu
    By traytray in forum General Questions
    Replies: 3
    Last Post: 6 Jun 2013, 08:23 AM
  2. why isnt define header sales option on pulldown menu of html
    By Sandhya in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Dec 2007, 10:39 AM
  3. Pull down menu?
    By 240racr in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 15 Jan 2007, 10:08 PM
  4. State pull down menu
    By jetx in forum Upgrading from 1.3.x to 1.3.9
    Replies: 9
    Last Post: 12 Oct 2006, 01:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg