Zen Cart Logo
Forums / Addon Sideboxes / [HELP!] Creating multiple E-Z Page Sideboxes or Title Headers?

[HELP!] Creating multiple E-Z Page Sideboxes or Title Headers?

Locked

Views: 1,484

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Mar 2010, 10:21 PM
#1
flooringfanatic avatar

flooringfanatic

New Zenner

Join Date:
Mar 2010
Posts:
1
Plugin Contributions:
0

[HELP!] Creating multiple E-Z Page Sideboxes or Title Headers?

I am trying to create multiple e-z page sideboxes or title headers for my website. I was not able to find an option to do this. I believe the picture below will give a stronger explanation of what I am trying to do.

Please let me know if you have any solutions to this problem.

Thank you for your time.

10 Mar 2010, 10:57 AM
#2
stevesh avatar

stevesh

Black Belt

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

Re: [HELP!] Creating multiple E-Z Page Sideboxes or Title Headers?

The easiest way is to use the Blank Sidebox mod (http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=174) and create the links in HTML that point to the proper EZ pages. I just finished a site doing something like that with 5 Blank Sideboxes. It's a great mod.

10 Mar 2010, 3:19 PM
#3
gjh42 avatar

gjh42

Black Belt

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

Re: [HELP!] Creating multiple E-Z Page Sideboxes or Title Headers?

And rather than code the complete HTML link to each ez-page, use PHP content in an HTML list in the blank sideboxes:

<li><?php echo zen_ez_pages_link(#);?></li>

where # is the ez-page id in question.
(Note: zen_ezpages_link will not work!)