Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2006
    Posts
    9
    Plugin Contributions
    0

    help question Instructions for removing text did not work. Please help.

    Hello all,

    I followed the instructions per previous post on this subject, but did not work.

    Went to catalog//includes/languages/english/index.php to remove "Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution."

    First just left it as ' '. so that it said nothing. That did not work so replaced with: define('HEADING_TITLE', 'Welcome to mysite.com - Sales Blurb Here!');

    Did not work. Still says "Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution."

    Any other place I need to look? Suggestions? Reasons why this did not work?

    I've double checked syntax, made sure changes were saved by opening file again and ensuring correct info there, cleared browser cache and reloaded site several times. I'm at a loss here.

    I need to remove "Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution. from the main store page."

    Anyone who can help me do that, I'd appreciate it!

    Indigo

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Instructions for removing text did not work. Please help.

    Did you make the changes in both places in includes -> languages -> english -> index.php?

    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.'); 
    }
    ?>

  3. #3
    Join Date
    Nov 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Instructions for removing text did not work. Please help.

    HHHHaaaaa! Thanks, Clyde! DOH! Didn't realize that! Changes have now been made in both places and all is right with the universe!

    Thanks again for taking time to reply! :)

    IM

  4. #4
    Join Date
    Dec 2005
    Location
    Portishead, UK
    Posts
    36
    Plugin Contributions
    0

    Default Re: Instructions for removing text did not work. Please help.

    Is there a way to do this using overrides? I've copied the index.php file into includes -> languages -> my_shop -> index.php and changed what I want, but it's still displaying the one in english...

    Any help would be greatly appreciated.

    Thanks,

    Glenn

 

 

Similar Threads

  1. v151 What do I do when the instructions DON'T work for me!?
    By EricRas in forum Upgrading to 1.5.x
    Replies: 10
    Last Post: 8 Feb 2013, 07:07 PM
  2. Can't centre my logo - FAQ instructions didn't work for me
    By splanchak in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jan 2010, 08:53 PM
  3. Please help!! text for subcategories not centred
    By satguy in forum General Questions
    Replies: 3
    Last Post: 31 Jul 2008, 11:15 AM
  4. Rename Admin folder instructions does not work - did something wrong
    By ronwong in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 4 Dec 2006, 11:49 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