Results 1 to 10 of 27

Threaded View

  1. #19
    Join Date
    Jul 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: Multi-Site Module Beta Release !

    <?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("&#37;<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
    Last edited by shopyoungway; 23 Apr 2007 at 02:17 AM. Reason: update

 

 

Similar Threads

  1. v1.3.9 (Beta now closed. See official release)
    By DrByte in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 19 Apr 2010, 05:03 PM
  2. Update regarding delays to V2.0 Beta Release
    By wilt in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 27 May 2009, 07:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg