Sidebox Anywhere
Ever need to show the contents of a Zen Cart sidebox on a page outside Zen Cart? You can use this tool to do that. There are some very basic code comments within the file to help guide you. Intended for use by designers familiar with PHP and Zen Cart code. |
![]() |
v1.3.8 |
![]() |
DrByte |
![]() |
DrByte - 3 Jan 2008 |
![]() |
5,767 |
Version History
Sidebox Anywhere - Version: 1.3.8 | |||||||||||||
Updated to handle centerbox content as well as sidebox content. | |||||||||||||
|
|||||||||||||
Sidebox Anywhere - Version: 1.3.7 | |||||||||||||
Revised to allow running from code making calls from outside the main Zen Cart folder. USAGE INSTRUCTIONS: 1. Upload this single_sidebox.php file to the same folder as your Zen Cart files. 2. On a PHP page where you desire to show Zen Cart sidebox content, insert the following code: $zcSBmodule = 'name.php'; // name of sidebox or centerbox to be displayed (see filenames in the /includes/modules/sideboxes folder) (if not set, uses "whats_new.php") $zcSBlayout = 'left'; // 'left' or 'right' sidebox template style (if not specified, uses 'left') require ("path/to/zencart/single_sidebox.php"); |
|||||||||||||
|
|||||||||||||
Sidebox Anywhere - Version: 1.3.0 | |||||||||||||
|
|||||||||||||