Zen Cart Logo
Forums / General Questions / Can I put sidebox content into an EZ-Page?

Can I put sidebox content into an EZ-Page?

Locked

Views: 733

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
8 Feb 2010, 1:23 AM
#1
makenoiz avatar

makenoiz

Zen Follower

Join Date:
Mar 2006
Posts:
284
Plugin Contributions:
0

Can I put sidebox content into an EZ-Page?

I would like this on an Ez page with ID=8. Any help would be appreciated.

8 Feb 2010, 2:10 AM
#2
makenoiz avatar

makenoiz

Zen Follower

Join Date:
Mar 2006
Posts:
284
Plugin Contributions:
0

Re: Can I put sidebox content into an EZ-Page?

I tried using the Sidebox Anywhere mod. This is what I have done - with no success - to get the sidebox content (calendar.php) on the ez page id=8. Created a new page called events_calendar_show.php with following code and placed directly in the top directory of store (where the single_sidebox.php lives)

<?php
$zcSBmodule = 'calendar.php';  
 $zcSBlayout = 'left';      // 'left' or 'right' sidebox template style (if not specified, uses 'left')
 require ("single_sidebox.php");
 ?>

Then I went to EZ page admin and removed my body content for page id 8 and placed the internal link instead to: events_calendar_show.php.

Nothing shows. However the calendar is working and is currently showing in the left sidebox (I have it turned on in sidebox layout.)

Any help would be appreciated.