Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2010
    Posts
    6
    Plugin Contributions
    0

    Default Changing default Congratulations Message

    Hi, slowly but surely I am building a my marketplace.
    I am now working through https://www.zen-cart.com/tutorials/i...hp?article=129 Changing the "Congratulations! You have successfully installed ... message" The article has me a bit puzzled. It suggests that after I make the described changes I save the page to a directory that does not currently exist. For the article's purpose "CUSTOM" I did that, and saved the new version in a new folder (I used Custom as well) and no change was evident. The notion of creating a new folder and adding the changed index there doesn't click with me as the path to english/index.php remains unchanged. I don't get it, I must be missing something.
    Thanks
    Rick

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing default Congratulations Message

    Make note that the folder's are named exactly as the one that your active template is in

    https://www.zen-cart.com/tutorials/index.php?article=36

  3. #3
    Join Date
    Sep 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Changing default Congratulations Message

    Thanks for trying but I am still truly wrapped around the axle on this one. In Configuration>Tools I have a template selection of GTShop in a template Directory GTHome

    In File Manager I see in www/includes/templates/GThome the folder
    and in www/includes/languages/english/GTShop (no longer using folder name custom) where I have loaded index.php with the changes as instructed. Still no success.

    Rick

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing default Congratulations Message

    In File Manager I see in www/includes/templates/GThome the folder
    and in www/includes/languages/english/GTShop (no longer using folder name custom) where I have loaded index.php with the changes as instructed. Still no success.
    Those do not match???

  5. #5
    Join Date
    Sep 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Changing default Congratulations Message

    Thanks for your patience
    I am an old dog learning new tricks and having some difficulties. I am likely to be loosing my job in the next couple of weeks and as I told someone last night, I think I would rather work on building a marketplace then a resume no one wants to read. So you taking the time is more then just appreciated. So... onto the issue at hand.

    Before this all started I created a new template as instructed in article 142. I saw that the default template, Classic Contemporary Green was in the classic directory so I didn't think to make the names the same, and thought that template_info.php managed the difference where the template name is shown as GTShop.



    PHP script text

    <?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 = 'GTShop';
    $template_version = 'Version 1.0';
    $template_author = 'Rick';
    $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';
    ?>

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing default Congratulations Message

    It should wind up as follows

    Code:
    includes/
       /templates
           /GTShop
              /common
              /css
                 stylesheet.css
              /images
              /sideboxes
              /templates
           template_info.php
    And then anywhere else you need to edit a file just check if there is a /classic folder and add one for your template /GTShop
    Place Only files that you actually change in these folders as this makes upgrading easier as there are only a few edited files to deal with

    Where are you located?

 

 

Similar Threads

  1. Replies: 2
    Last Post: 20 Feb 2013, 11:59 PM
  2. Congratulations! Message needs deletion
    By rdcast in forum General Questions
    Replies: 2
    Last Post: 27 Feb 2010, 04:07 PM
  3. Congratulations Message/Welcome Message
    By mxer269 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Apr 2009, 12:33 AM
  4. Congratulations message issue
    By TheDruid in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Dec 2007, 08:31 PM
  5. Changing a default message
    By aland in forum Basic Configuration
    Replies: 2
    Last Post: 16 Feb 2007, 08:09 AM

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