<?php
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
$template_dir = "youngwaypc";
define('SITE_NAME','youngwaypc');
?>
the template dir. is youngwaypc
the sitename was changed as well in template_info.php:
<?php
$template_name = 'youngwaypc';
$template_version = 'Version 1.5';
$template_author = 'Jade True - Sage Fish.com';
$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_nifty_zen.jpg';
?>
and the configure.php:
<?php
/**
*
* @package Configuration Settings
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
*/
include_once('includes/config_sites/sites_switch.php');
/*************** NOTE: This file is similar, but DIFFERENT from the "admin" version of configure.php. ***********/
/*************** The 2 files should be kept separate and not used to overwrite each other. ***********/
i finally got the hardware category to show up, but its actually if you click on any of the information pages like:
Information
* Shipping & Returns
* Privacy Notice
* Conditions of Use
* Contact Us
* Site Map
it will actually just disapear, now i have made no changes to the DB other then the order_site update, i could not figure out the other update:
/* This query will add the constent names to the description of the configur######## settings in the admin section */
UPDATE configuration
SET configuration_description = CONCAT(configuration_description,"<br /> ",configuration_key)
WHERE configuration_description NOT LIKE CONCAT("%<br /> ",configuration_key)
/* end of query */
but have seperated all the "youngwaypc" folders as it says etc. and did the <!---youngwaypc-->
in the hardware category just to get it to show. but did nothing to any info boxes. i just cannot see where to figure it out



