Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2009
    Posts
    17
    Plugin Contributions
    0

    Default How can I move featured products up the home page?

    Hi all! Thanks in advance for any assistance you can give me.

    I have seen sites where the featured products appear right at the top of the home page above the new products and any text or HTML entered in the define pages editor.

    What would be the simplest way to get my featured products right to the top of the page above everything else?

    I'm talking about the center page column here and not the side bars by the way.

    Thanks in advance.

    Kieran.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How can I move featured products up the home page?

    Change the order of appearance in a copy for your template of tpl_main_page.php
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: How can I move featured products up the home page?

    Unfortunately I couldn't find anything in there which helped but I managed to figure it out in the end so I'll post my solution here in case anyone else wants to do something similar.

    Open the file includes/templates/template_default/templates/tpl_index_default.php

    Find the following bit of PHP:
    Code:
    <?php if (DEFINE_MAIN_PAGE_STATUS >= 1 and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
    <?php
    /**
     * get the Define Main Page Text
     */
    ?>
    <div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
    <?php } ?>
    Cut it out and paste it after this:
    Code:
    <?php
      $show_display_category->MoveNext();
    } // !EOF
    ?>
    </div>
    That takes the main page text and places it beneath all of the other boxes (featured, special, new and upcoming products.

    Now when you visit the home page for the site all of the products are featured prominently at the top of the page and text is placed lower down, below the product listings.

    Hope that can be some help to others :)

  4. #4
    Join Date
    Sep 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: How can I move featured products up the home page?

    I guess I should also add that your theme may override this file so you should look there first and then edit this file only if you don't find it in the theme file's folders.

 

 

Similar Threads

  1. can I Move new products to top on home page?
    By luvvvvvit in forum Basic Configuration
    Replies: 7
    Last Post: 12 Dec 2012, 10:00 AM
  2. Replies: 2
    Last Post: 15 Mar 2011, 05:54 PM
  3. How can I reformat the featured listing on the home page?
    By katandmouse in forum General Questions
    Replies: 0
    Last Post: 6 Aug 2008, 10:17 AM
  4. How can I use Flash to display my Featured Products in the home page centerbox?
    By Derwin in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Dec 2007, 02:53 PM
  5. How can I format the Featured/New products list on the Home Page?
    By infocom in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 5 Oct 2006, 12:32 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