Results 1 to 10 of 10

Hybrid View

  1. #1
    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

  2. #2
    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!

  3. #3
    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

  4. #4
    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?

  5. #5
    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

  6. #6
    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

  7. #7
    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

  8. #8
    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

 

 

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