Thanks afo -
I updated the following, per your list
includes/languages/english/YOUR_TEMPLATE/index.php
includes/languages/english/YOUR_TEMPLATE/header.php (to change the logo)
The "template_ounces_info.php" has been updated further:
------------------------
<?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 = 'Ounces Tea Company';
$template_description = 'Loose Leaf Tea and Accessories Cart';
$template_screenshot = 'scr_template_default.jpg';
?>
----------------
still doesn't show in admin/tools. any other thoughts or info I can provide someone? Thanks!




