Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default swap order of Featured Products and Main Content

    What template file do I need to modify (and what code) to swap the order so that Featured Products show above, rather than below the main page content on the home page? Or is there a configuration parameter that makes this happen?

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: swap order of Featured Products and Main Content

    Check out your admin's Configuration->Index Listing. That configuration group has switches that you can use to identify the order in which the new, special, featured and upcoming products are displayed on the main page as well as the various product listing pages.

  3. #3
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: swap order of Featured Products and Main Content

    This seems to impact enabling/disabling, but not making Featured display above or below main page content. Can you re-point me?

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

    Default Re: swap order of Featured Products and Main Content

    What template file do I need to modify (and what code) to swap the order so that Featured Products show above, rather than below the main page content on the home page
    In a copy for your template of tpl_index_default.php
    Find this complete block of code
    Code:
    /**
     * display the Featured Products Center Box
     */
    ?>
    <?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?>
    <?php } ?>
    
    <?php if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS') { ?>
    <?php
    Move it to just above this line of code
    Code:
    <?php if (DEFINE_MAIN_PAGE_STATUS >= 1 and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v151 Arrangement of Featured Products, Monthly Specials, and New Products on Main Page
    By kelly60 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Nov 2014, 10:27 PM
  2. Main Content Area->SubCats i'm trying to turn off 'Specials' and 'Featured'
    By tcarden in forum Customization from the Admin
    Replies: 1
    Last Post: 10 Dec 2012, 09:25 PM
  3. Featured products main pg change order
    By kburner in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Nov 2010, 10:12 PM
  4. Adding content to main page above and below "Featured" products???
    By aly22 in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 12 Sep 2010, 07:52 PM
  5. Replies: 1
    Last Post: 27 Nov 2008, 12:05 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