Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2010
    Posts
    8
    Plugin Contributions
    0

    Default How do I change the logo link?

    I'm using Zen Cart 1.3.8a, and I was wondering how to change the link on the Zen Cert header to point to a different page (my home page).

    Any help would be appreciated.

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: How do I change the logo link?

    By default the logo DOES point to your "Home" page. If you are wanting to change that to point somewhere else, then look in "includes>templates>template_default(or you custom template)>common>tpl_header.php around line 71. Also you might want to check out the tutorial for instructions on how to add an internal or external link.

    Hope this helps.
    Last edited by Get Em Fast; 18 Mar 2010 at 05:45 AM.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Mar 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: How do I change the logo link?

    Thanks but it didn't work. I am using Zen Cart in addition toJoomla! and am trying to "point" back to my Joomla! main page. I followed your instructions and was faced with this line:

    [FONT="Lucida Console"]<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>[/FONT]

    Apparently I need to find the "defines" and change the [FONT="Lucida Console"]HTTP_SERVER.DIR_WS_CATALOG[/FONT]

    Any ideas?

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: How do I change the logo link?

    You need to REPLACE this:

    Code:
    <li><?php  echo '<?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG .  '">'; ?><?php echo HEADER_TITLE_CATALOG;  ?></a></li>
    with this (using your own link URL, of course):

    Code:
    <li><a  href="http://your_external_link.com">Your Link  Text</a></li>
    That should do it.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. v150 Where do I change the link in the logo?
    By westdh in forum General Questions
    Replies: 1
    Last Post: 27 Aug 2012, 12:17 AM
  2. How to put a link on the whole logo image surface toward the starting page
    By chrismonroe in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Dec 2007, 07:58 PM
  3. how do i change the zen cart logo to my own logo
    By fitzpatrick models in forum Basic Configuration
    Replies: 1
    Last Post: 13 Dec 2007, 01:57 AM
  4. Change the logo link?
    By Pomzie in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 20 Oct 2007, 06:52 PM
  5. Change the logo link?
    By atmh in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 11 Aug 2006, 04:23 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