Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2008
    Posts
    7
    Plugin Contributions
    0

    Default Old Topic - New Problem!

    I just installed a template called "EzSilver".
    After installing it I started customizing the layout, etc.

    The old question, "How do I change the "Congratulations! you have successfully installed..." Message?" comes up again.

    So, I looked at and read:
    https://www.zen-cart.com/tutorials/i...hp?article=129

    It didn't work???
    What the heck am I missing!!!!!!

    [email protected]

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: Old Topic - New Problem!

    Last line of the tutorial
    Save the edited file to includes/languages/ENGLISH/CUSTOM/index.php and upload it to your server.
    CUSTOM would be something like EzSilver
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Old Topic - New Problem!

    Just checking:

    You need to edit the file that is in the newtemplate folder:

    Where the tutorial specifies:

    includes/languages/ENGLISH/index.php

    You may find that you need to change the file in:

    includes/languages/english/yourtemplate/index.php

  4. #4
    Join Date
    Oct 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Old Topic - New Problem!

    So I tried changing like 4 different index.php files and none seem to change what that section says.

    Here is the part of that file...I deleted the text in between the singe quotes where the old text was.

    } elseif ($category_depth == 'nested') {
    // This section deals with displaying a subcategory
    /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', '');
    }
    ?>

    Still need help.......

  5. #5
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Old Topic - New Problem!

    Look at the section above the one that you have changed. You need to change the whole segment:

    Code:
    elseif ($category_depth == 'top') {
      // This section deals with the "home" page at the top level with no options/products selected
      /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
      define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
    } elseif ($category_depth == 'nested') {
      // This section deals with displaying a subcategory
      /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
      define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
    there are two elseifs here. To be safe replace both.

  6. #6
    Join Date
    Oct 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Old Topic - New Problem!

    I was just being lazy and giving the one section as an example....I did remove the text from both spots.

    The only thing I could figure is that the template calls in this section from somewhere else??????

 

 

Similar Threads

  1. v139h USPS NEW version J transit time problem with OLD settings
    By WiccanWitch420 in forum Addon Shipping Modules
    Replies: 12
    Last Post: 4 Aug 2013, 11:25 PM
  2. v139h Urgent PayPal problem - old customers can see the module new customers can't
    By cshart in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 3 Apr 2013, 09:40 PM
  3. Old Problem New Tricks
    By bumba000 in forum General Questions
    Replies: 1
    Last Post: 12 May 2008, 05:28 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