Within the file this is what I did. Correct or not?
define('BOX_HEADING_COMING_SOON_SIDEBOX', 'Blank Sidebox Header');
define('TEXT_COMING_SOON_SIDEBOX', 'Replace this text with your HTML content.
Zen Cart uses a system to automatically use the right headings, files. etc. for every sidebox. You need to keep the sidebox name the same everywhere you use it, with standard modifications like all caps for constant names. So
BOX_HEADING_COMING_SOON_SIDEBOX
would correspond to a file named coming_soon_sidebox.php, for example.
Ok, just did it and everything went blank when I turned it on. No products are showing or anything just the header image, breadcrumbs at the top and the category links under the image and these even show just that when you click on them. When I turn it off everything is back to normal.
..if you rename your files to 'blank_sidebox_defines_coming_soon' before uploading it you MUST keep the same string when you edit inside the files.
Rename blank to whatever you want to name it... keep the rest of the string because Zen Cart needs to know which files to reconize
You'll then have coming_soon_sidebox_defines
Rename and edit all the files by replacing the word 'blank'
Check your edited files and if you are not - ONLY use a PLAIN TEXT editor. You can search for blank page but what you will find is that possible extra spaces/lines, usually at the end of a file, are the major cause of this and php does not tolerate themOriginally Posted by rhaught
Used Crimson Editor to do the changes. Replaced Blank if file names to coming_soon and did the same with in the files. Do not see where the code is wrong since I didn't mess with anything but just the blank sections.