
Originally Posted by
zingslings
I've installed a template before on another site. Worked great. I am now installing a template on a new site (new url, new host, new installation, etc). And it will not show in the dropdown box under template selection. I'm using v 1.3.8 with no addons or customizations. The only thing I've done was copy my database from the old site to have all my customer info, product info, etc.
All files are uploaded. I've tried 4 templates, none show up. Here is my file structure for one template:
/includes/templates/orange/common/tpl_header.php
/includes/templates/orange/css/stylesheet.css
/includes/templates/orange/images/......all included images
/includes/templates/orange/template_info.php
I have not changed any of the files.
Zi,
Make sure the:
- includes/templates/orange/template_info.php
PHP Code:
<?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 = 'orange';
$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';
?>
- the red font above: double check
- admin panel/ tools/ template selection
- you half to click edit for the default for the drop down to appear