Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Dec 2007
    Posts
    21
    Plugin Contributions
    0

    Default define HEADER sales option not on pull down menu

    I am trying to alter my HEADER SALES TEXT, but the option is not in my html file editor..
    I researched it on the tool box, found out it is at line 21 in the html orders, but I dont seem to have access to the full HTML for editing..
    so whats up with that? I will keep reading and see if there is anyone else who has had that problem as well...
    my tools html/text menu doe not seem complete

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

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

    Via tutorials/FAQ.. link top right of this page
    reveals
    https://www.zen-cart.com/tutorials/i...hp?article=127

  3. #3
    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".

  4. #4
    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..

  5. #5
    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

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

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

    wow, I feel so close and yet so far. I now have my sql/editing link on my server, which of course is like reading how to assemble a bicycle in asian. All these boxes and everything..I know its in there but where?
    do you guys happen to know how to do this in my SQL? Where I would find it?
    I mean the list on the left looks like the options I had on the online part but I still cannot find the define options...does anyone know what I am talking about, since I don't know what I am talking about? Does Zen cart have a help line?

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

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

    Please close the browser,
    your going to confuse yourself even more,

    ftp stands for File Transfer Protocol,

    you need to get a program like filezilla then download the actual files to your PC make the changes described above then re-upload toe files....

    these changes are NOT done in the database,
    these once again are actual FILE based changes
    Zen cart PCI compliant Hosting

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

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

    thanks for making it plain and clear...I felt like I was chasing my tail. I thought my godaddy had the FTP "translator" but I felt like I was assembling a bicycle with instructions in a foreign language. I see I can download the zilla..okay

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

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

    wow, still working on it. I am going into my FTP manager at my hosting site. tried to download just the edit text. I think I am going to try to find this whole file, download it, alter it and send it back on the shoot...
    trial and error and learning curve..yikes

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

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

    thats exactly what I said to do
    download the file
    make the changes
    save
    re-upload
    Zen cart PCI compliant Hosting

 

 
Page 1 of 2 12 LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR