Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2010
    Posts
    15
    Plugin Contributions
    0

    red flag How can I correct About Us link?

    In my sidebox, my About Us link is wrongly pointing to an invalid site: /index.php?main_page=FILENAME_ABOUT_US

    It should be: /index.php?main_page=about_us
    Thus, it's going to Page Not Found page.

    I have manually going to /index.php?main_page=about_us and this page exists.

    How can I correct this? I have been trying to fix this but I couldn't find a solution..

  2. #2
    Join Date
    Aug 2005
    Posts
    26,012
    Plugin Contributions
    9

    Default Re: How can I correct About Us link?

    FILENAME_ABOUT_US is the constant for the define 'About Us'

    Usually displays the constant due to a mis edited or corrupt file

    check that the single quotes were not omitted in the define file for about us
    define('FILENAME_DEFINE_ABOUT_US', 'About Us');
    If you require assistance in finding the file/path use the developers tool kit
    http://tutorials.zen-cart.com/index.php?article=38
    http://tutorials.zen-cart.com/index.php?article=39
    Zen-Venom Get Bitten
    Get Your Business Found

 

 

Similar Threads

  1. Logout link missing even though code seems correct
    By monkeytastic in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Apr 2010, 03:20 PM
  2. Correct syntax for Add to Wishlist link
    By magicpants in forum General Questions
    Replies: 3
    Last Post: 26 Jun 2009, 04:08 PM
  3. Forum path link is not correct !
    By alhakeem2001 in forum Basic Configuration
    Replies: 2
    Last Post: 7 Jan 2008, 03:11 PM
  4. Is this correct!!
    By SilverKop in forum Upgrading from 1.3.x to 1.3.9
    Replies: 6
    Last Post: 31 Oct 2006, 06:36 PM

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
  •