Hi, I'm new and having fun playing around with Zen Cart for my new business site. Today I decided to create a custom template called "pinky" and I followed the instructions in this tutorial to the letter (or so I thought!). All was fine until I got to the part where I log into the Zen admin and go tools -► template selection. The result is a blank page...ie nothing shows at all. All I can think is that I somehow stuffed up the template_info.php, but I've triple checked and it looks fine. As follows:
<?php
/**
* Template Information File
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: template_info.php 2306 2005-11-05 21:34:28Z wilt $
*/
$template_name = 'pinky';
$template_version = 'Version 1.0';
$template_author = 'Rini';
$template_description = 'Custom template for Miss Rini's Finery - when I'm feeling a bit pink';
$template_screenshot = '';
?>
Any ideas?? Has this happened to anyone before? I've read through the forum and googled, but can't find a problem like this
Thanks.



Reply With Quote

