Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jul 2008
    Location
    Kent, UK
    Posts
    42
    Plugin Contributions
    0

    Default Removing items from the 'Site Map'

    Hi, I have had a little tinker with the developers toolkit to find the right file... but with no luck.

    I would like to know how to remove items from the Site Map page (index.php?main_page=site_map).

    I want to remove certain items like, 'New Products', 'Reviews', 'Gift Certificate FAQ's' etc... as these items are not used in my shop (except the 'New Products' which I want to disable as its a bit pointless for me).

    Anybody know how to do this.

    Cheers
    Jym
    TheVDM - Personal site
    Linux Distro UK - Reviving
    Books 'n' DVDs - Work in progress

  2. #2
    Join Date
    Jul 2008
    Location
    Kent, UK
    Posts
    42
    Plugin Contributions
    0

    Default Re: Removing items from the 'Site Map'

    Quick reply... Just found it.

    If you need to do this it can be done by going to shop/templates/your_theme/templates/ and commenting out the required lines of code in tpl_site_map_default.php using the HTML commenting (<!-- Commented Code -->)

    Jym
    TheVDM - Personal site
    Linux Distro UK - Reviving
    Books 'n' DVDs - Work in progress

  3. #3
    Join Date
    Aug 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Removing items from the 'Site Map'

    Thanks for that solution--there were some links that seemed impossible to remove without doing this.

    I'll never need the links either so no big loss *wink*

  4. #4
    Join Date
    Dec 2008
    Posts
    1
    Plugin Contributions
    0

    Idea or Suggestion Re: Removing items from the 'Site Map'

    Just REPLACE the '1' to '0" as shown below and VOILA...!
    //from this line:
    <?php if (DEFINE_PAGE_4_STATUS <= '1') { ?>
    //to this line:
    <?php if (DEFINE_PAGE_4_STATUS <= '0') { ?>


 

 

Similar Threads

  1. Removing Links From Site Map / Rndm Questions
    By project_computers in forum General Questions
    Replies: 14
    Last Post: 25 Dec 2010, 07:47 PM
  2. How do I remove page2/3/4 from the site map?
    By dejavu in forum Basic Configuration
    Replies: 7
    Last Post: 5 Jun 2008, 06:31 PM
  3. Removing Site Map and other links
    By mooncavecrystals in forum General Questions
    Replies: 19
    Last Post: 21 Oct 2007, 12:21 AM
  4. Remove links from the site map
    By jthomo in forum Customization from the Admin
    Replies: 8
    Last Post: 14 Sep 2007, 01:19 AM
  5. removing items from site map
    By trillian in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Mar 2007, 06:36 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