Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Nov 2007
    Location
    UK
    Posts
    31
    Plugin Contributions
    0

    Default Removing "Congratulations! You have successfully installed your Zen Cart"

    I know this has been covered heavily but we are complete beginners! I went through the Admin>Tools>Developers Tool Kit
    Searching 880 files ... for: Congratulations!
    Match Lines found: 4

    /var/www/dev.liberty-irm.com/zencart/includes/languages/english/create_account.php
    Line #24 : define('EMAIL_COUPON_INCENTIVE_HEADER', 'Congratulations! To make your next visit to our online shop a more rewarding experience, listed below are details for a Discount Coupon created just for you!' . "\n\n");

    /var/www/dev.liberty-irm.com/zencart/includes/languages/english/create_account_success.php
    Line #12 : define('TEXT_ACCOUNT_CREATED', 'Congratulations! Your new account has been successfully created! You can now take advantage of member privileges to enhance your online shopping experience with us. If you have <small><strong>ANY</strong></small> questions about the operation of this online shop, please email the <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">store owner</a>.<br /><br />A confirmation has been sent to the provided email address. If you have not received it within the hour, please <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">contact us</a>.');

    /var/www/dev.liberty-irm.com/zencart/includes/languages/english/index.php
    Line #51 : define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&trade; E-Commerce Solution.');

    Line #55 : define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&trade; E-Commerce Solution.');

    OK so I found where they are... but how do I get to them! lol
    Thanks everyone!

  2. #2
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Removing "Congratulations! You have successfully installed your Zen Cart"

    includes/languages/english/index.php — Line 56

    Repalce:

    Code:
      define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&trade; E-Commerce Solution.');
    With:

    Code:
      define('HEADING_TITLE', '');
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  3. #3
    Join Date
    Nov 2007
    Location
    UK
    Posts
    31
    Plugin Contributions
    0

    Default Re: Removing "Congratulations! You have successfully installed your Zen Cart"

    stupid question... but how do I get to index.php to edit it?

  4. #4
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Removing "Congratulations! You have successfully installed your Zen Cart"

    Use the search feature if hosted on your own pc, or use an FTP client (if hosted on a remote server) to navigate through the pages.
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  5. #5
    Join Date
    Nov 2007
    Location
    UK
    Posts
    31
    Plugin Contributions
    0

    Default Re: Removing "Congratulations! You have successfully installed your Zen Cart"

    This is why I'm so what confused I think lol I paid someone else to organise the site. He is hosting it in America... so I don't have any files. What should I do? I've heard of FTP should I download a free FTP and then.... what?

    Cheers, appreciate your patience!

  6. #6
    Join Date
    Dec 2005
    Location
    SWFL
    Posts
    469
    Plugin Contributions
    0

    Default Re: Removing "Congratulations! You have successfully installed your Zen Cart"

    You need to find out how to access your site via ftp. You'll need ftp software, a login url, username, and password. If your server account has FTP built into it, or a file manager interface, you can do it that way too, but you'll need access to the control panel for the account.

    Then you can download the file, make changes, and upload the modified copy.

    HTH,
    Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!

  7. #7
    Join Date
    Nov 2007
    Location
    UK
    Posts
    31
    Plugin Contributions
    0

    Default Re: Removing "Congratulations! You have successfully installed your Zen Cart"

    Cheers, I've been in touch with him and he is going to e-mail the details over to me sometime over the weekend.

    :)

  8. #8
    Join Date
    Nov 2007
    Location
    UK
    Posts
    31
    Plugin Contributions
    0

    Default Re: Removing "Congratulations! You have successfully installed your Zen Cart"

    I have the ftp details and have found the place I need to go but it doesn't allow me to change it directly?

  9. #9
    Join Date
    Nov 2007
    Location
    UK
    Posts
    31
    Plugin Contributions
    0

    Default Re: Removing "Congratulations! You have successfully installed your Zen Cart"

    I downloaded coffee cup ftp prog. I entered the ftp:// address I was given with the username and password but it says "are you sure you are connected to the internet"

    I want to sort this out, I read about how annoying it is for you lot to continue to answer the same questions

    How do I Change the Congratulations! Message?

    If you want to change the Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution? Text with your own open the includes/languages/ENGLISH/index.php file and find the following 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.');
    }

    Replace the text starting Congratulations with your own text. Make sure that the single quote marks are not left out, save the file and upload to your server.

    BUT I need to know how to upload files lol

  10. #10
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Removing "Congratulations! You have successfully installed your Zen Cart"

    Instead of Coffee Cup - get filezilla and then follow this tutorial - http://www.homebusiness-websites.com...lla_basic.html
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v153 Removing "Congratulations! You have successfully installed your Zen Cart® E-Commerce"
    By Togfather in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 24 Jul 2014, 06:15 PM
  2. Replies: 1
    Last Post: 3 Aug 2010, 10:15 PM
  3. Replies: 11
    Last Post: 31 Mar 2010, 01:06 PM
  4. Removing "Congratulations! You have successfully installed..." with Apple Zen
    By missmolotov in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Apr 2007, 02:21 PM
  5. rmoving "Congratulations! You have successfully installed your Zen Cart™ E-Commerce
    By ben harry in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 14 Mar 2007, 09:08 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