Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to combine items from Information & More Information side boxes

How to combine items from Information & More Information side boxes

Locked

Views: 1,860

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
4 Dec 2008, 2:10 PM
#1
jackryan avatar

jackryan

New Zenner

Join Date:
Nov 2008
Posts:
9
Plugin Contributions:
0

How to combine items from Information & More Information side boxes

Hi,

This may be a very simple solution but i cannot seem to figure out how to combine these two boxes into one. The Information box contains
Shipping & Returns
Privacy Notice
Conditions of Use
Contact Us
Site Map
Gift Certificate FAQ
Newsletter Unsubscribe

and then ZC creates a new box called more information. I have renamed define_page_page_2/3 to
FAQ
About Us
and now i want to merge all these into the one box on front page called Information and not have two seperate boxes.
Also how do i sort the order of these pages appear from top to bottom?

many tks

mac.

4 Dec 2008, 2:27 PM
#2
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: How to combine items from Information & More Information side boxes

There may be another way - (combining code) - but the way I do it is to enable the EZpages sidebox and build corresponding internal links to all the defined pages I need.

Then I disable the Information and More Information sideboxes and have everything joined up in the EZpages sidebox.

4 Dec 2008, 4:47 PM
#3
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: How to combine items from Information & More Information side boxes

You can move information between includes/modules/sideboxes/YOUR_TEMPLATE/information.php and includes/modules/sideboxes/YOUR_TEMPLATE/more_information.php

If you don't have a folder for your template in includes/modules/sideboxes/, create one and copy includes/modules/sideboxes/information.php and includes/modules/sideboxes/more_information.php into it and edit the copies.

I've done that on my nephew's site in my sig.

13 Dec 2008, 5:19 AM
#4
jackryan avatar

jackryan

New Zenner

Join Date:
Nov 2008
Posts:
9
Plugin Contributions:
0

Re: How to combine items from Information & More Information side boxes

Many thanks for that. That worked well.

mac