Hi
In the admin tools template selection, my custom template is not in the dropdown box.
Here's what I have done, per instructions of copying files from template_default to my new directory.
Created Folders:
common (and files)
css (and files)
images (and files plus icons folder and contents)
templates
I copied in the template_info.php at the same level as the folders, and changed the name in the code.
You help is much apprectiated. code from template_info.php below
<?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 = 'Ounces Template';
$template_version = 'Version 1.0';
$template_author = 'Zen Cart Team (c) 2003';
$template_description = 'This template set is designed to be easily modified using only the style sheet to change colors, fonts, and the store logo. Three images are required; logo.jpg, header_bg.jpg, and tile_back.jpg.';
$template_screenshot = 'scr_template_default.jpg';
?>