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
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
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
that would need to be moved ...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 } ?>
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!
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
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
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!