Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2009
    Posts
    2
    Plugin Contributions
    0

    Default Header Logo link

    Hi,

    I am new to Zen Cart but getting around ok...I think

    I have my site all set to go but would like to have the header logo directed to another site and not just the home page of the shopping cart. Can this be done? I have looked everywhere that I can think of but have not found the area that will do this. Any help will be very much appreciated.

    Rob

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Header Logo link

    In a standard install, the link for the header logo is defined by the following code line in tpl_header.php and that file resides in:

    /includes/templates/template_default/common/

    PHP Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">' zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXT) . '</a>'?></div>
    The line:

    PHP Code:
    '<a href="' HTTP_SERVER DIR_WS_CATALOG '">' 
    could be "hard-coded" to read:

    PHP Code:
    '<a href="http://www.YOURWEBSITE.com">' 
    ...and this might do the job.

    Bear in mind that it is not a good idea to hardcode like this, and later, when you invoke SSL, you may get browser warnings about insecure elements as this URL indicates http and not https.

    If the link is vital to your site, then try the above, but if you don't really need the link, you can COMMENT OUT the php code that invokes it.

    If you want to provide a link for users to access another site, or perhaps a different area (non-shop part) of your site, consider using EZpages and its menu options to create and display an external link.

    If you do edit this file, the edited version should be saved to your CUSTOM folder in:

    /includes/templates/YOUR_TEMPLATE/common/
    20 years a Zencart User

  3. #3
    Join Date
    Jan 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Header Logo link

    Thanks - it works great!

 

 

Similar Threads

  1. Change Header Logo Link
    By anikolov in forum General Questions
    Replies: 11
    Last Post: 10 Mar 2011, 07:01 AM
  2. logo link in the header???
    By Dkfx in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Oct 2010, 04:20 PM
  3. Header Logo Link Change
    By sellfourless in forum Installing on a Windows Server
    Replies: 12
    Last Post: 8 Mar 2007, 07:00 AM

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