Results 1 to 7 of 7
  1. #1
    Join Date
    May 2007
    Posts
    70
    Plugin Contributions
    0

    Default "Orange" Template won't show in list -- can't install - tried everything

    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.

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Template won't install - tried everything

    Quote Originally Posted by zingslings View Post
    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:

    1. 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';
    ?>
    1. the red font above: double check
    2. admin panel/ tools/ template selection
    3. you half to click edit for the default for the drop down to appear

  3. #3
    Join Date
    May 2007
    Posts
    70
    Plugin Contributions
    0

    Default Re: "Orange" Template won't show in list -- can't install - tried everything

    Here'e exactly what I have in my template.php file (in mystore/includes/templates/orange)

    PHP Code:
    <?php
    /**
     *
     * @version $Id: template_info.php, v 1.3.7 2007/04/26 11:48:12 $;
     *
     * @author Grupa ZenCart.pl <[email protected]>
     * @copyright Copyright &copy; 2007, ZenCart.pl
     * Wi鹹ej informacji na stronie projektu {@link http://www.zencart.pl ZenCart.pl} Zajrzyj!
     *
     *
     * @package templateSystem
     * Template Information File
     *
     */

    $template_name 'Orange';
    $template_version 'Version 0.1';
    $template_author 'Grupa ZenCart.pl (c) 2007';
    $template_description 'Szablon ZenCart.pl.';
    $template_screenshot 'scr_orange.jpg';
    ?>
    I then go to my admin panel, click tools/template selection/edit - and the only thing I get there is the classic contemp. green. I even tried changeing the $template_author and $template_screenshot to what your example said and still no difference.

    Maybe i'll take a break from it for a day and come back to it. I have to be missing something simple and have just looked at it too much.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: "Orange" Template won't show in list -- can't install - tried everything

    Quote Originally Posted by zingslings View Post
    Here'e exactly what I have in my template.php file (in mystore/includes/templates/orange)

    PHP Code:
    <?php
    /**
     *
     * @version $Id: template_info.php, v 1.3.7 2007/04/26 11:48:12 $;
     *
     * @author Grupa ZenCart.pl <[email protected]>
     * @copyright Copyright &copy; 2007, ZenCart.pl
     * Wi鹹ej informacji na stronie projektu {@link http://www.zencart.pl ZenCart.pl} Zajrzyj!
     *
     *
     * @package templateSystem
     * Template Information File
     *
     */

    $template_name 'Orange';
    $template_version 'Version 0.1';
    $template_author 'Grupa ZenCart.pl (c) 2007';
    $template_description 'Szablon ZenCart.pl.';
    $template_screenshot 'scr_orange.jpg';
    ?>
    I then go to my admin panel, click tools/template selection/edit - and the only thing I get there is the classic contemp. green. I even tried changeing the $template_author and $template_screenshot to what your example said and still no difference.

    Maybe i'll take a break from it for a day and come back to it. I have to be missing something simple and have just looked at it too much.
    Zi,
    $template_version = 'Version 0.1';

    Change to:
    $template_version = 'Version 1.0';

  5. #5
    Join Date
    May 2007
    Posts
    70
    Plugin Contributions
    0

    Default Re: "Orange" Template won't show in list -- can't install - tried everything

    Well, just for kicks I just installed this same template on another domain on another server - and it worked just fine. I took the same exact steps that I tried taking on my new domain and server (through GoDaddy). So it's obviously something on GoDaddy's part.

    Guess I'll be placing a call to them tomorrow to find out why.

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: "Orange" Template won't show in list -- can't install - tried everything

    Zi,
    Thanks for the update, Glad you have her figured out..

  7. #7
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: "Orange" Template won't show in list -- can't install - tried everything

    Quote Originally Posted by zingslings View Post
    Well, just for kicks I just installed this same template on another domain on another server - and it worked just fine. I took the same exact steps that I tried taking on my new domain and server (through GoDaddy). So it's obviously something on GoDaddy's part.

    Guess I'll be placing a call to them tomorrow to find out why.
    http://www.zen-cart.com/forum/showthread.php?t=121649
    Todays thread above will explain a lot about hosting zencart
    with Godaddy..

 

 

Similar Threads

  1. Cross Referencing a Product? Can orange skirt appear in Category "Skirt" and "Orange"
    By CultureClick in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 16 Jun 2012, 04:02 PM
  2. Help me remove "More info...", I've tried everything!
    By dat311 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Jun 2011, 07:06 PM
  3. HELP! I've tried everything. Why can't I get the Purple Lily template to show?
    By smambella in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 13 Aug 2009, 09:33 PM
  4. General change template "orange"
    By JackSqare in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Mar 2009, 02:49 PM
  5. Please Help! Installed new template "Purpleshades", can't configure to show my logo!
    By debtag in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Sep 2006, 07:55 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