Results 1 to 5 of 5
  1. #1

    Default New products, Specials, Upcoming Etc center Boxes above homepage text?

    Hi

    I need to make the center boxes on the homepage appear above the text input from the define main page text.

    Any ideas?

    Cheers

    Cal
    That Thou Art

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: New products, Specials, Upcoming Etc center Boxes above homepage text?

    You would need to look at the tpl_ files and rearrange them so the description is below the Centerboxes ...

    For example in the tpl_index_default.php
    PHP Code:
    <?php if (DEFINE_MAIN_PAGE_STATUS >= 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 would need to be moved ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3

    Default Re: New products, Specials, Upcoming Etc center Boxes above homepage text?

    Hi Ajeh

    Thanks for the reply.

    When i cut the code that you suggested from the tpl_index_default.php file and added it to the foot of the page above the next/revioys and below upand coming products the text that i then input into define_mian-page.php i the admin section was output in quadriplate, i.e. repeated four times.

    Any ideas?

    Cal
    That Thou Art

  4. #4

    Default Re: New products, Specials, Upcoming Etc center Boxes above homepage text?

    Hi Ajeh

    I've worked it out. You just cut the code that you specified which is this:

    <?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 } ?>

    and paste it above the closing </div> at the very end of the tpl_index_default.php file and voila.

    Cheers for your help.

    Cal
    That Thou Art

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: New products, Specials, Upcoming Etc center Boxes above homepage text?

    Thanks for the specifics on what worked for you ...

    Ain't those little loopy guys fun to work with?!
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. removing new products, featured items, monthly specials boxes from center column
    By HighOptional in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 16 Nov 2012, 05:01 AM
  2. How to disable boxes 'New Products For', 'upcoming products' etc.'?
    By yalus in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Feb 2011, 03:49 PM
  3. changing text for links to Products, Specials etc.
    By newmusic in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Jun 2009, 04:19 PM
  4. Moving main featured products box above new products on homepage
    By keylesslocks in forum Customization from the Admin
    Replies: 1
    Last Post: 4 Oct 2007, 08:07 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