Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Changing the logo

    Hi. I am trying to change the logo on my website. i have totally forgot how i did it before. I remember following a set-up guide when i first did it months ago, I searched the forums and FAQs. and no such luck. could someone please help me out with this.

  2. #2
    Join Date
    Aug 2008
    Posts
    244
    Plugin Contributions
    0

    Default Re: Changing the logo

    Includes/languages/english/YOUR_TEMPLATE/header.php

  3. #3
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Changing the logo

    thanks. does the logo need to be gif. or can it be png

  4. #4
    Join Date
    Oct 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Changing the logo

    Quote Originally Posted by gamenet View Post
    thanks. does the logo need to be gif. or can it be png
    It can be any type of image, just define it in that header.php file:

    Code:
    // 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');      <----------

  5. #5
    Join Date
    Nov 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Changing the logo

    Hello, i have a question. I'v had the same problem i wanted to change my logo but the new logo was a png file so i changed it to png instead of gif in Includes/languages/english/YOUR_TEMPLATE/header.php
    but now it shows the default logo of zen cart .. i'm 100% sure i'v changed it correctly
    Code:
    <?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', 'Xtreme Clothing');
      define('HEADER_SALES_TEXT', '');
      define('HEADER_LOGO_WIDTH', '200px');
      define('HEADER_LOGO_HEIGHT', '109px');
      define('HEADER_LOGO_IMAGE', 'logo.png');
    
    // header Search Button/Box Search Button
      define('HEADER_SEARCH_BUTTON','Search');
      define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');
    
    ?>
    Anny one can help me here? or anny one know if it doesnt support png files or w/e i'am not very experienced with ZenCart so i would apprieciate anny help.

    Here is my website http://www.x-tremeclothing.com

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing the logo

    Includes/languages/english/YOUR_TEMPLATE/header.php
    If not, that should be uploaded to
    Code:
    includes/languages/english/theme414/header.php
    Last edited by Kim; 8 Nov 2010 at 01:30 AM.
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Nov 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Changing the logo

    Thats where the header.php is located yes the logo it self is in [code]
    includes/templates/theme414/images/logo.png

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing the logo

    Thats where the header.php is located yes the logo it self is in
    includes/templates/theme414/images/logo.png
    I would suspect that you are facing some template monster issue then

    Search for them in this forum and see all the issues they cause
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Changing the logo
    By kgorhan in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Aug 2012, 12:37 PM
  2. Changing the 'Powered By, Zen Cart, the art of ecomerce' logo?!
    By cmerr85 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 29 Nov 2009, 06:54 AM
  3. Changing the logo
    By deathbybutterscotch in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 May 2008, 10:26 AM
  4. Changing the logo
    By FredZ in forum Templates, Stylesheets, Page Layout
    Replies: 25
    Last Post: 22 Feb 2007, 05: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