Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2010
    Posts
    9
    Plugin Contributions
    0

    Default Sitemap still shows BOX_INFORMATION_PAGE_2

    I have removed certain pages and now the sitemap page shows the code names for the removed page at the bottom of this page... the link is at: http://petcenter.info/store/index.ph..._page=site_map How do I get rid of them??? THanks
    :

    Site Map

    To assist you in navigating our site, we have provided the following map.

    If you are having difficulty in locating something on our site, please visit our Contact Us page and let us know!

    * Bearded Dragons
    * Care Tips
    * Centipedes, Millipedes, Other
    * Dry Goods
    * Fun Pics
    * Gallery Pics
    * Reptiles
    * Scorpions
    * Tarantulas

    * Advanced Search
    * New Products
    * Specials
    * Reviews
    * Information
    o Shipping
    o Privacy Notice
    o Terms & Conditions
    o Contact Us
    o Gift Certificate FAQ
    o Discount Coupons
    o Newsletter Unsubscribe
    o BOX_INFORMATION_PAGE_2
    o BOX_INFORMATION_PAGE_3
    o BOX_INFORMATION_PAGE_4


  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Sitemap still shows BOX_INFORMATION_PAGE_2

    Admin > Configuration > Define Page Status

    set your pages in question to 3 (3= Link OFF, Define Text OFF)

    Frank
    Last edited by frank18; 24 Jan 2010 at 10:47 AM. Reason: yet another typo

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Sitemap still shows BOX_INFORMATION_PAGE_2

    BOX_INFORMATION_PAGE_2
    BOX_INFORMATION_PAGE_3
    BOX_INFORMATION_PAGE_4

    ... indicates that you have removed the ENTIRE DEFINE entry, when you should have just edited out the variable component only, leaving it "empty" by having nothing between the second pair of single quote marks.

    When editing the DEFINES, never remove the whole thing... Just remove the variable:

    PHP Code:
      define('BOX_INFORMATION_PAGE_2''Page 2'); 

    Should be edited to...
    PHP Code:
      define('BOX_INFORMATION_PAGE_2'''); 
    20 years a Zencart User

  4. #4
    Join Date
    Jan 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Sitemap still shows BOX_INFORMATION_PAGE_2

    Thank you all. That was an easy fix!!!!!

 

 

Similar Threads

  1. Updated v1.5.0 to v1.5.1 Still Shows v1.5.0
    By TAIHCM in forum General Questions
    Replies: 4
    Last Post: 25 Sep 2012, 06:09 PM
  2. Currency still shows EURO
    By Tiderman in forum General Questions
    Replies: 3
    Last Post: 13 May 2008, 09:53 PM
  3. Line still shows.
    By maperr55 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Mar 2008, 02:33 PM
  4. hidden EZ pages but still want links in sitemap
    By estrange in forum General Questions
    Replies: 0
    Last Post: 1 Jul 2007, 06:36 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