Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Subheader menu disappeared at checkout success page

    For some reason, I found out that the subheader menu where it says "New Products | Sales | Shopping Cart | Login | Members" has disappeared at checkout success page. The rest of the pages (as far as I know) have the subheader menu. Does anyone know how this happened? Please advise. Thanks in advance.
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  2. #2
    Join Date
    Aug 2007
    Location
    Tampa FL.
    Posts
    142
    Plugin Contributions
    0

    Default Re: Subheader menu disappeared at checkout success page

    HTML Code:
    <!-- bof languages/currencies header display -->
    <div id="navCurrenciesWrapper" class="forward">
    &nbsp;&nbsp;<a href="http://www.dealbyethan.com/?currency=USD">$USD</a>&nbsp;&nbsp;<a href="http://www.dealbyethan.com/?currency=EUR">€EUR</a>&nbsp;&nbsp;<a href="http://www.dealbyethan.com/?currency=AUD">$AUD</a>&nbsp;&nbsp;<a href="http://www.dealbyethan.com/?currency=GBP">£GBP</a>&nbsp;&nbsp;<a href="http://www.dealbyethan.com/?currency=CAD">$CAD</a>&nbsp;&nbsp;<a href="http://www.dealbyethan.com/?currency=JPY">¥JPY</a>&nbsp;&nbsp;<a href="http://www.dealbyethan.com/?currency=KRW">₩KRW</a>&nbsp;&nbsp;<a href="http://www.dealbyethan.com/?currency=CNY">¥CNY</a>&nbsp;&nbsp;</div>
    <!-- eof  languages/currencies header display -->
    Any links that are relevant to your site you do not need to call as http://www.yoursite.com/image/image.jpg it should read

    /image/image.jpg
    when you enter a secure part of your site http:// needs to be https:// if that makes any sence
    so you need to call your images relitive to site as zen cart knows where it is located if you call it http:// zencart thinks you are accessing from a strange location, all css images should also be caled relitive from the css file

  3. #3
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Subheader menu disappeared at checkout success page

    Thanks for your response.

    I don't understand what you were trying to say. Please explain. The subheader menu is showing during checkout but not after checkout, i.e. at checkout success page.
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Subheader menu disappeared at checkout success page

    Sounds like something in your template ...

    Either the code is designed to mask it during checkout or there is something wrong with your template that it loses that ...

    Without seeing the site it is hard to say ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Subheader menu disappeared at checkout success page

    NOTE: you also appear to be missing from your stylesheet the classes:
    Code:
    .hiddenField {
    	display: none;
    }
    .visibleField {
    	display: inline;
    }
    These will make the address info appear correctly when changing between countries etc.
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Subheader menu disappeared at checkout success page

    Hi Ajeh,

    Thanks for your help.

    Sounds like something in your template ... Either the code is designed to mask it during checkout or there is something wrong with your template that it loses that ...
    During checkout the subheader menu is there but NOT after checkout, i.e. the Thank you page. Therefore I don't think it is designed to mask it. Which files should I look into?

    NOTE: you also appear to be missing from your stylesheet the classes:
    Code:

    .hiddenField {
    display: none;
    }
    .visibleField {
    display: inline;
    }

    These will make the address info appear correctly when changing between countries etc.
    Should I add this code in the end of this file?
    /includes/templates/YOUR_TEMPLATE/stylesheet.css
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  7. #7
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Subheader menu disappeared at checkout success page

    Should I add this code in the end of this file?
    /includes/templates/YOUR_TEMPLATE/stylesheet.css
    Code:
    .hiddenField {
    display: none;
    }
    .visibleField {
    display: inline;
    }
    YES...

  8. #8
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Subheader menu disappeared at checkout success page

    Hi Ajeh,

    Sounds like something in your template ... Either the code is designed to mask it during checkout or there is something wrong with your template that it loses that ...
    I looked into the possible files that cause the problem with no luck. Any idea?
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  9. #9
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Subheader menu disappeared at checkout success page

    Do a search on:
    Members

    in the Developers Tool Kit ...

    Then do a search on the DEFINE for that ...

    This should tell you what file is drawing that menu ...

    Then do a search for the menu filename ...

    Somewhere that filename is being called by most of your pages, but not all of your pages ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #10
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Subheader menu disappeared at checkout success page

    Do a search on:
    Members

    in the Developers Tool Kit ...

    Then do a search on the DEFINE for that ...

    This should tell you what file is drawing that menu ...

    Then do a search for the menu filename ...

    Somewhere that filename is being called by most of your pages, but not all of your pages ...
    Thanks for your help, Ajeh. In the Developers Tool Kit, I search on Members and then on the DEFINE for that and found the file that draws the menu:
    /includes/languages/english/menu.php
    Line #16 : define('MENU_TEXT_MEMBERS', 'Members');

    I then search for menu.php in the Developers Tool Kit again and found 2 things:
    /includes/languages/english/menu.php
    Line #2 : $Id: english_menu.php,v 1.0 2004/08/09 Exp $

    /includes/templates/ZC03C8447TM/common/tpl_main_page.php
    Line #47 : <?php require(DIR_WS_LANGUAGES . $_SESSION['language'] . '/menu.php'); ?>

    I am not sure what these mean. What should I do next?
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Checkout Success Page?
    By Coffinwear in forum General Questions
    Replies: 4
    Last Post: 21 Dec 2009, 04:00 PM
  2. checkout success page
    By scorpio4646 in forum General Questions
    Replies: 2
    Last Post: 20 Jan 2009, 02:31 PM
  3. Longer subheader menu
    By dealbyethan.com in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 3 Dec 2007, 07:18 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR