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:
Cut it out and paste it after this: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 } ?>
That takes the main page text and places it beneath all of the other boxes (featured, special, new and upcoming products.Code:<?php $show_display_category->MoveNext(); } // !EOF ?> </div>
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 :)


Reply With Quote
