Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2010
    Posts
    7
    Plugin Contributions
    0

    Default Links in header not showing correct

    My header have these links on

    * Home
    * Contact Us
    * Shipping & Returns
    * Privacy Notice
    * Conditions of Use
    * Gift Certificate FAQ
    * BOX_INFORMATION_DISCOUNT
    * BOX_INFORMATION_ACCOUNT
    * Log Out
    * My Account

    Some of them are showing correct but two of them I can't get to show the way they should. I've been trying to change the code in as many ways as I could think of. Atm it look like this.

    PHP Code:
    <li><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><?php echo HEADER_TITLE_CATALOG?></a></li>
        <?php if (DEFINE_CONTACT_US_STATUS <= 1) { ?>
        <li><?php echo '<a href="' zen_href_link(FILENAME_CONTACT_US'''SSL') . '">' BOX_INFORMATION_CONTACT '</a>'?></li>
        <li><?php echo '<a href="' zen_href_link(FILENAME_SHIPPING'''SSL') . '">' BOX_INFORMATION_SHIPPING '</a>'?></li>
        <li><?php echo '<a href="' zen_href_link(FILENAME_PRIVACY'''SSL') . '">' BOX_INFORMATION_PRIVACY '</a>'?></li>
        <li><?php echo '<a href="' zen_href_link(FILENAME_CONDITIONS'''SSL') . '">' BOX_INFORMATION_CONDITIONS '</a>'?></li>
        <li><?php echo '<a href="' zen_href_link(FILENAME_GV_FAQ'''SSL') . '">' BOX_INFORMATION_GV '</a>'?></li>
        <li><?php echo '<a href="' zen_href_link(FILENAME_DISCOUNT_COUPON'''SSL') . '">' BOX_INFORMATION_DISCOUNT '</a>'?></li>
         <li><?php echo '<a href="' zen_href_link(FILENAME_ACCOUNT_NEWSLETTERS'''SSL') . '">' BOX_INFORMATION_ACCOUNT '</a>'?></li>
          <?php ?>
    Hope someone can help

    *Edit atm the store is located at www.graphic-labs.com/shop (I hope you use firefox)
    Last edited by Elysea; 18 Jan 2011 at 01:30 AM.

  2. #2
    Join Date
    Jan 2010
    Location
    Australia
    Posts
    239
    Plugin Contributions
    1

    Default Re: Links in header not showing correct

    looks like your language file doesnt have defination for those 2 fields.

    go into english.php in your language folder and if you cant find them ...add

    define('BOX_HEADING_DISCOUNT', 'Discount');
    define('BOX_INFORMATION_ACCOUNT', 'My Account');

    hope that will fix it.
    Last edited by gaurav10feb; 18 Jan 2011 at 06:01 AM.

  3. #3
    Join Date
    Jun 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Links in header not showing correct

    Yes, with a bit of tweaking they are both working.
    Thank you

 

 

Similar Threads

  1. v151 Not showing correct currency
    By oavs in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 20 Sep 2012, 06:06 AM
  2. price not showing correct
    By joroco in forum Basic Configuration
    Replies: 2
    Last Post: 13 Feb 2010, 06:31 PM
  3. Not showing correct config file
    By jordana in forum Basic Configuration
    Replies: 4
    Last Post: 3 Feb 2009, 03:32 AM
  4. Coupon not showing correct value
    By Goshawk in forum Upgrading from 1.3.x to 1.3.9
    Replies: 8
    Last Post: 11 Jan 2007, 02:25 PM

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