Zen Cart Logo
Forums / Basic Configuration / Side Box outside of Zen cart

Side Box outside of Zen cart

Locked

Views: 2,093

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 May 2006, 7:37 PM
#1
splieg avatar

splieg

New Zenner

Join Date:
Jul 2005
Location:
Newfoundland, Canada
Posts:
59
Plugin Contributions:
0

Side Box outside of Zen cart

Hey there.....I found this tread in archives
http://www.zen-cart.com/forum/showthread.php?t=33410&highlight=external+page

The link that Dr. Byte provides doesn't work anymore since the switchover to the new forum. Can someone please tell me where to find how to pull a zen-cart side box out of a pre-1.30 zersion into an external php page?

Thanks

16 May 2006, 3:36 AM
#2
splieg avatar

splieg

New Zenner

Join Date:
Jul 2005
Location:
Newfoundland, Canada
Posts:
59
Plugin Contributions:
0

Re: Side Box outside of Zen cart

Anyone?? Would love some insight!

1 Jun 2006, 11:27 PM
#3
splieg avatar

splieg

New Zenner

Join Date:
Jul 2005
Location:
Newfoundland, Canada
Posts:
59
Plugin Contributions:
0

Re: Side Box outside of Zen cart

well...still no reply but I have the file from the new download section. Now I have an error when I use the include. The sidebox shows correctly however the following error appears above the file:

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /xxxx/local/home/xxxx/xxxxxxx/grancaffe/test.php:7) in /xxxx/local/home/xxxx/xxxxxxx/grancaffe/includes/functions/sessions.php on line 100

Warning: Cannot modify header information - headers already sent by (output started at /xxxx/local/home/xxxx/xxxxxxx/grancaffe/test.php:7) in /xxxx/local/home/xxxx/xxxxxxx/grancaffe/includes/init_includes/init_templates.php on line 78

Does anyone have any ideas???

For my test page, all i used was this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <table width="800" border="0"> <tr> <td bgcolor="#CCCCCC"> </td> <td bgcolor="#CCFFCC"><?php require_once('single_sidebox.php'); ?> </td> <td bgcolor="#FFFF66"> </td> </tr> </table> </body> </html>

I placed this page and the single_sidebox.php at the root of the zen folder.

I've also attaempted to remove the headers from the test file and this didn't help either.

Thanks