Zen Cart Logo
Forums / Basic Configuration / Please help me create a new sidebox!

Please help me create a new sidebox!

Locked

Views: 1,590

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
12 Dec 2008, 6:17 PM
#1
travellers avatar

travellers

Zen Follower

Join Date:
Oct 2008
Posts:
143
Plugin Contributions:
0

Please help me create a new sidebox!

Please can someone point me in the right direction to create a new sidebox in the centre column? I want to have a box on my front page (index) only, showing a thumbnail of a specified image from each category. I've searched the help forums for literally days on this and am getting nowhere fast - not on the creation of the box itself, or on how to do the content of it either! ANY help much appreciated.

12 Dec 2008, 6:25 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Please help me create a new sidebox!

If it's in the center column, it wouldn't be a sidebox.

If you want a selection of images in some configuration in the center column on the main page only, you'd place them in define_main_page.php, using HTML and either CSS or tables for layout.

You can edit that file using the Define Pages Editor in Admin - Tools, or download it from includes/languages/english/html_includes, edit it and then upload it back to your **includes/languages/english/html_includes/CUSTOM **folder.

12 Dec 2008, 6:27 PM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Please help me create a new sidebox!

If you really want an independent box, it might work better to start from a base of one of the existing centerboxes, like "featured products for xxx". Clone that and substitute your information.

13 Dec 2008, 11:13 AM
#4
travellers avatar

travellers

Zen Follower

Join Date:
Oct 2008
Posts:
143
Plugin Contributions:
0

Re: Please help me create a new sidebox!

Actually, you're both right - it hadn't occured to me (coz I'm stoopid) to place the content I wanted in define_main_page, but of course that will work perfectly! And all I have to do is clone the css from an existing centre box.
Many thanks to you both, you've given me the tips I need to be able to do it now.