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
    64,726
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #3
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,167
    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
    Posts
    26,067
    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
    Get Your Business Found

  6. #6
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,655
    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
    See and test drive Zen Cart's free templates at zencarttemplates.info

    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,655
    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.
    See and test drive Zen Cart's free templates at zencarttemplates.info

    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,655
    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.
    See and test drive Zen Cart's free templates at zencarttemplates.info

    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. Can't find "Dear" in Developers Tool Kit
    By PeterBKK in forum General Questions
    Replies: 5
    Last Post: 14 Aug 2006, 12:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •