Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2014
    Location
    Australia
    Posts
    39
    Plugin Contributions
    0

    Default Point to another web page

    Hi

    Is it possible for the Home button when clicked by a viewer, it returns the viewer to another web page (main page)

    I have a main web page and I want my store to sit in the background.

    thanks

    Justin

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

    Default Re: Point to another web page

    In a copy for your template of tpl_header.php find
    Code:
    <div id="navMain">
        <ul class="back">
        <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    Change the red highlighted href to resemble this with your desired page
    Code:
    <div id="navMain">
        <ul class="back">
        <li><a href=your domain name></a></li>

  3. #3
    Join Date
    Jan 2014
    Location
    Australia
    Posts
    39
    Plugin Contributions
    0

    Default Re: Point to another web page

    Hi

    Thank you for your suggestion. I placed the following where you suggested:-

    <li><a href="http://www.advisers-australia.com" class="drop">Main Page</a>

    This created a link on the top right side next to the log in link.

    This worked. Thank you for your help.

    Justin

 

 

Similar Threads

  1. v139h Adding button to point to another site
    By krazyA in forum Addon Payment Modules
    Replies: 6
    Last Post: 3 Feb 2012, 08:28 PM
  2. HELP - Logging into Zen Cart from another web page.
    By smallbikesni in forum General Questions
    Replies: 0
    Last Post: 14 Jan 2010, 06:00 PM
  3. Replies: 1
    Last Post: 17 Jul 2008, 07:59 AM
  4. Has Anybody Changed the contact Us url link to point to another page?
    By randyh5000 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Jul 2008, 05:26 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