Results 1 to 10 of 10
  1. #1
    Join Date
    Jul 2010
    Posts
    100
    Plugin Contributions
    0

    Default How do I get to The Tabs Link please?

    Hello! You know the tabs on the top or left page that directs you to other pages on the site or external link.. The ones that says Home, Log in, Contact. My account....

    I want to see what link they are going to .. I'm trying to see if it is http or https... Thank you..

    Where are those tabs located? Thanks again

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

    Default Re: How do I get to The Tabs Link please?

    They can be determined by hovering over them - - the address should appear at the bottom of your browser page

    Where they are is not pertinent as they are not hard coded but use php constants - -
    tpl_header.php is the file where the constants can be viewed
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2010
    Posts
    100
    Plugin Contributions
    0

    Default Re: How do I get to The Tabs Link please?

    I hover over them but can't see anything. I went to tpl header and don't see anything like that?

    I'm trying to find the <li><a href="http://MySiteHere.com/store/">Home</a><li>

    and <li> view cart option to change the link to secure.

    thanks!

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

    Default Re: How do I get to The Tabs Link please?

    Quote Originally Posted by hello
    I'm trying to find the <li><a href="http://MySiteHere.com/store/">Home</a><li>
    Where they are is not pertinent as they are not hard coded but use php constants - -
    So you will not find them in the code
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jul 2010
    Posts
    100
    Plugin Contributions
    0

    Default Re: How do I get to The Tabs Link please?

    Quote Originally Posted by kobra View Post
    So you will not find them in the code
    Where do I access these tabs so I can see the links to change it please?

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

    Default Re: How do I get to The Tabs Link please?

    Where do I access these tabs so I can see the links to change it please?
    Control is in your configure.php files - The constants are built from what is specified in them - the rest are handled by ZenCart code
    I hover over them but can't see anything.
    What browser are you using?
    IE and FireFox have settings to display in the footer of the browser
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Jul 2010
    Posts
    100
    Plugin Contributions
    0

    Default Re: How do I get to The Tabs Link please?

    <li class="viewCart"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>

    I found this.. it says NONSSL I want it to be ssl I have it install I just have to change it. Also when I view source page I see the <li class="viewCart"><a href'="http://mysitehere123.com/store/index.php?main_page=shopping_cart..etc

    where do I find that http link to add a https to it? I can't see it in the php

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

    Default Re: How do I get to The Tabs Link please?

    I found this.. it says NONSSL I want it to be ssl I have it install I just have to change it. Also when I view source page I see the <li class="viewCart"><a href'="http://mysitehere123.com/store/index.php?main_page=shopping_cart..etc

    where do I find that http link to add a https to it? I can't see it in the php
    \
    Have you host fix what Ajeh stated FIRST!!

    Then you will not need to edit anything
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Jul 2010
    Posts
    100
    Plugin Contributions
    0

    Default Re: How do I get to The Tabs Link please?

    I fixed the Home tab to direct to https though the tpl header php. Now I just have to find the View Cart one.

    It look like the urls are in these folders. Where do I go to find these folders? Thanks!


    * URLs for your site will be built via:
    * HTTP_SERVER plus DIR_WS_ADMIN or
    * HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or
    * HTTP_SERVER plus DIR_WS_CATALOG or
    * HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG
    * ...depending on your system configuration settings

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How do I get to The Tabs Link please?

    Those are not folders, but PHP constants. They are defined to correctly indicate parts of file/url paths, and you should not change them unless you know exactly what you are doing and know that they are wrong (which they most likely are not).

    What you may need to change are references to these in the PHP code, probably by changing NONSSL to SSL in zen_href_link() calls.


    Note: if you have gotten advice from Ajeh that there is a host/server setting that needs to be fixed, that is the first thing you should be pursuing, not changing code until that is taken care of. Then if there is still something wrong you may need to alter your code.
    Last edited by gjh42; 19 Aug 2010 at 07:42 AM.

 

 

Similar Threads

  1. v150 How do I get rid of this 'Market Reports' link in the header?
    By westdh in forum General Questions
    Replies: 1
    Last Post: 24 Aug 2012, 10:52 AM
  2. Replies: 2
    Last Post: 22 May 2010, 12:18 PM
  3. How do i get rid of the login link top of page?
    By humbll in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Sep 2009, 02:27 AM
  4. Replies: 3
    Last Post: 28 Jan 2008, 10:03 PM
  5. How to get rid of the small 'home' link at the bottom of page
    By ncd in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jul 2007, 09:59 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