New Zenner
- Join Date:
- Jul 2009
- Posts:
- 48
- Plugin Contributions:
- 0
displaying products on mainpage
Hi guys, back with more annoying questions ;)
Current client wants to display the specials on the main page (Yes I know how to enable that side of things) but I've added three other div areas to the define_main_page.php as I don't want them showing on every other page in the site.
Now my problem is that when I obviously do enable the specials on the main page it sticks them down below the divs I've made, which really isn't where I want them.

Now I've tried removing the
<?php
/**
* prepares and displays center column
*
*/
require($body_code); ?>
from the tpl_main_page.php and inserting it into the define_main_page.php and this didn't work the way I wanted it to either.
The only other thing I can think of is finding where ever the code for the center column is stored and editing out the show specials products and copying that code across to the define_main_page.php to see if it would work.
If anyone has any ideas on how to do this it'd be great thanks
Cheers
Rick