Page 1 of 2 12 LastLast
Results 1 to 10 of 34

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: Front Page Editing how to get rid of the"Congratulations, you have successfully

    sorry i meant to add that I know I change this in my index file.. I did that before and just excluded that part and added "welcome..." I lost my whole site doing this and dont want to happen again.. all I need is someone to show me the edit and is that the only place that needs to be edited..

  2. #2
    Join Date
    Mar 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: Front Page Editing how to get rid of the"Congratulations, you have successfully

    I have already done that and this is all you get


    How do I change the "Congratulations! you have successfully installed..." Message?
    CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be change


    does this tell you where to find the file and what it should look like when it's done?

    I think not.. please tell me where and exactly what it should look like the changes I make..

    thank you

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

    Default Re: Front Page Editing how to get rid of the"Congratulations, you have successfully

    Outlaw,
    Have you created a custom template,if so what is her name?? I see you are using classic

    OK,
    includes/languages/ENGLISH/index.php

  4. #4
    Join Date
    Mar 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: Front Page Editing how to get rid of the"Congratulations, you have successfully

    this is how it reads, please just tell me what to edit

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

    i am confused because of the "Else if" part.. i dont understand where they want you to edit it. can I just take out the part that says you have successfully.... and leave it blank... i dont want to crash again after all my work

    please advice

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

    Default Re: Front Page Editing how to get rid of the"Congratulations, you have successfully

    Quote Originally Posted by outlawcat View Post
    this is how it reads, please just tell me what to edit

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

    i am confused because of the "Else if" part.. i dont understand where they want you to edit it. can I just take out the part that says you have successfully.... and leave it blank... i dont want to crash again after all my work

    please advice
    Out,
    No problem, when I first started I was in this same situation..

    The highlighted red font above will help you..
    The second highlighted red font is used when you change how the page will look in the admin panel/ configuration.....

    So the first one is your fix, most important part is leave the single quotes on either side of the wording EX: 'wording', just change wording and leave the single quotes..

  6. #6
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Front Page Editing how to get rid of the"Congratulations, you have successfully

    Change/remove the text in both places.

    To remove, leave the opening and closing single quotes in place. Just remove the text in between.

    Code:
      // 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.');
    }
    would become

    Code:
      // 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', '');
    } 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', '');
    }
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  7. #7
    Join Date
    Mar 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: Front Page Editing how to get rid of the"Congratulations, you have successfully

    do I leave the words 'heading title' there? and just then put what i want in both places making sure i have left the ' and the ' between my text?

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

    Default Re: Front Page Editing how to get rid of the"Congratulations, you have successfully

    Quote Originally Posted by outlawcat View Post
    do I leave the words 'heading title' there? and just then put what i want in both places making sure i have left the ' and the ' between my text?

    Out,
    Yes, you are right

  9. #9
    Join Date
    Mar 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: Front Page Editing how to get rid of the"Congratulations, you have successfully

    why do I have a white page now I changed one word and did not touch any '... how in the world do I get my site back.. I sure feel like giving up now.. I did exactly what was told

    I made a site on my hard drive.. copied the index.php to it.. changed one word to welcome and left all your stuff just to see what would happen.. I have white page.. I changed it back took out my welcome.. saved.. same thing white page.. pulling my hair out now

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

    Default Re: Front Page Editing how to get rid of the"Congratulations, you have successfully

    Out,
    To fix it just reload this file from the fresh install folders of Zen-Cart.

    1. includes/languages/ENGLISH/index.php

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to get rid of the Congratulations! You have successfully installed your Zen Cart?
    By lilguppy in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 30 Oct 2010, 02:19 AM
  2. Replies: 11
    Last Post: 31 Mar 2010, 01:06 PM
  3. I am trying to get rid of the congratulations you have successfully installed etc.
    By janfal in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Dec 2009, 04:43 AM
  4. Replies: 5
    Last Post: 10 Jul 2009, 01:35 PM
  5. Removing the "Congratulations! You have successfully in.." text from main page
    By chufty bill in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Aug 2006, 02:07 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