Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Join Date
    Aug 2006
    Posts
    98
    Plugin Contributions
    0

    Default text string not coming up in developers tool kit

    "Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.
    Welcome Guest! Would you like to log yourself in?" where do i go to remove that... i went to "developers tool kit" and tried to do a search for it and it would not come up...

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: text string not coming up in developers tool kit

    Try a search on:

    Congratulations!

    see if that doesn't work better for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: text string not coming up in developers tool kit

    You can do the partial search rather than searching for the entire text

    Anyways, here is the file
    includes\languages\english\index.php

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

    ---------

  4. #4
    Join Date
    Aug 2006
    Posts
    98
    Plugin Contributions
    0

    Default Re: text string not coming up in developers tool kit

    found it...

    ok so this is what i did,

    i made a directory in includes\languages\english\ called ddd

    copied the index.php file into ddd directory

    edited the text out of the index.php file..

    so theres includes\languages\english\ddd\index.php

    i uploaded the document to my ftp... include\languages\english\ddd\index.php file..

    loaded up my website... text is still there.

    am i doing something wrong??

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

    Default Re: text string not coming up in developers tool kit

    Have you created a custom template in the /includes/templates/ddd folder?

    This is where Zen Cart becomes aware that there is a template named??? and to look for changed files in all the places where there might be a /ddd folder.
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: text string not coming up in developers tool kit

    Quote Originally Posted by zc-newbie
    found it...

    ok so this is what i did,

    i made a directory in includes\languages\english\ called ddd

    copied the index.php file into ddd directory

    edited the text out of the index.php file..

    so theres includes\languages\english\ddd\index.php

    i uploaded the document to my ftp... include\languages\english\ddd\index.php file..

    loaded up my website... text is still there.

    am i doing something wrong??
    What you have described is the correct procedure and should work (assuming that you are substituting youir actualk template directory name for "ddd"). I would double check that edited both the "Congratulations! ... " measages for there are two, and that you uploaded the file to the right place.

    Otherwise your template structure is correct excpet that as you are creating a template based on the template_default you should delete the stylesheet_original.css and stylesheet_new.css from your includes\templates\ddd\css folder as these will get in the way of the styles that you define in your stylesheet.css
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #7
    Join Date
    Aug 2006
    Posts
    98
    Plugin Contributions
    0

    Default Re: text string not coming up in developers tool kit

    Quote Originally Posted by kobra
    Have you created a custom template in the /includes/templates/ddd folder?

    This is where Zen Cart becomes aware that there is a template named??? and to look for changed files in all the places where there might be a /ddd folder.

    hello,

    the actual name of the directory is sam..

    i do have a sam folder created in the templates folder..

    did i place the folder in the wrong area?

    ----------------------------------------------------------------------------
    found it...

    ok so this is what i did,

    i made a directory in includes\languages\english\ called ddd

    copied the index.php file into ddd directory

    edited the text out of the index.php file..

    so theres includes\languages\english\ddd\index.php

    i uploaded the document to my ftp... include\languages\english\ddd\index.php file..

    loaded up my website... text is still there.

    am i doing something wrong??

  8. #8
    Join Date
    Aug 2006
    Posts
    98
    Plugin Contributions
    0

    Default Re: text string not coming up in developers tool kit

    includes\templates\sam\css\stylesheet.css

    so i need to rename that file?

  9. #9
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: text string not coming up in developers tool kit

    Quote Originally Posted by zc-newbie
    did i place the folder in the wrong area?
    No. The folder is in the right place.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  10. #10
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: text string not coming up in developers tool kit

    Quote Originally Posted by zc-newbie
    includes\templates\sam\css\stylesheet.css

    so i need to rename that file?
    No that file is correct. You need to delete the includes/templates/sam/css/stylesheet_new.css and includes/templates/sam/css/stylesheet_original.css files as they are for the classic template and your sam template is based on template_default, so they will get in the way.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 utf-8: Developers Tool Kit not finding strings?
    By lat9 in forum General Questions
    Replies: 4
    Last Post: 3 May 2013, 09:21 AM
  2. v150 specific text on a page isn't picked up by developers tool kit?
    By irish_1985 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 19 Sep 2012, 02:54 PM
  3. Developers Tool Kit not working after upgrade to 1.3.9h
    By fireclouddesign in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 17 Sep 2011, 06:54 PM
  4. Developers Tool Kit search does not work..
    By yuppicide in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Mar 2010, 11:23 PM
  5. Developers Tool Kit not working
    By podgerkev in forum General Questions
    Replies: 5
    Last Post: 8 Dec 2006, 07:29 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