Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default What Did I Do Wrong?

    I changed the buttons for Prev/Listing/Next. Prev and Next turned out fine, but I changed the text on Listing and that didn't work out too fine.

    After changing the text I went to:

    Includes/languages/English/Piccadilly_posh>button_names.php

    and made the change here:

    define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'see-all-products-by-this-designer.gif');

    This is what I ended up with:

    http://designerperfumesnob.authsafe....en-p-4918.html


    You'll note the same in the search header submit button. I changed the png to GO, from a magnifying glass, and changed the define to go, and got the same result.

    What did I do wrong?

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

    Default Re: What Did I Do Wrong?

    Check your server that the image is there for the button ... I do not see it in my browser at:
    /includes/templates/piccadilly_posh/buttons/english/see-all-products-by-this-designer.gif

    nor in:
    /includes/templates/template_default/buttons/english/see-all-products-by-this-designer.gif
    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
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: What Did I Do Wrong?

    The image for the button "button_search-header.png" is in:

    includes/templates/piccadilly_posh/buttons/english

    When I view the button I can see the new image, but it won't come up on my site.

    I changed the defines in:

    define('BUTTON_IMAGE_SEARCH_HEADER', 'GO.png');

    The image for the button "button_return_to_product_list.gif"

    is showing the transfer in FileZilla and the new filesize, but it won't show the new image. I did change the defines and corrected the dashes to underscores here:

    define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'see_all_products_by_this_designer.gif');

    http://designerperfumesnob.authsafe....en-p-4918.html

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

    Default Re: What Did I Do Wrong?

    Are you saying this define:
    Code:
    define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'see_all_products_by_this_designer.gif');
    is also in youte templates and override directories?
    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!

  5. #5
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: What Did I Do Wrong?

    define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'see_all_products_by_this_designer.gif');

    Is in includes/languages/english/piccadilly_posh/button_names.php

    define('BUTTON_IMAGE_SEARCH_HEADER', 'GO.png');

    Is in includes/languages/english/piccadilly_posh/button_names.php

    I'm so confused now, I thought I had it in another defines and now I can't remember. Can you please tell me the path of any places this should go in. That might be the way to go instead of me confusing both of us.

  6. #6
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: What Did I Do Wrong?

    I wanted to add that both images are now showing up in the button gif list so the problem lies in the defines, I guess.

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

    Default Re: What Did I Do Wrong?

    Go to your Zen Cart Admin to the Tools ... Developers Tool Lit and in the bottom input box enter:
    button_next.gif
    What comes up?


    Now enter:
    button_search.gif
    what comes up?


    Now enter:
    see_all_products_by_this_designer.gif
    what comes up?


    Now enter:
    GO.png
    what comes up?
    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!

  8. #8
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: What Did I Do Wrong?

    I get: No matching Configuration Keys were found for all of the searches.

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

    Default Re: What Did I Do Wrong?

    When you enter them in the input box, select CATALOG in the dropdown then click SEARCH ...
    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!

  10. #10
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: What Did I Do Wrong?

    OK, following your search directions...

    Go.png:

    /home/a132536/public_html/includes/languages/english/piccadilly_posh/button_names.php

    Line #38 : define('BUTTON_IMAGE_SEARCH_HEADER', 'GO.png');


    see_all_products_by_this_designer.gif :

    /home/a132536/public_html/includes/languages/english/button_names.php

    define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'see_all_products_by_this_designer.gif');


    and

    home/a132536/public_html/includes/languages/english/piccadilly_posh/button_names.php

    Line #35 : define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'see_all_products_by_this_designer.gif');


    button_search.gif :


    /home/a132536/public_html/includes/languages/english/button_names.php

    define('BUTTON_IMAGE_SEARCH', 'button_search.gif');

    and

    /home/a132536/public_html/includes/languages/english/piccadilly_posh/button_names.php

    Line #37 : define('BUTTON_IMAGE_SEARCH', 'button_search.gif');

    and

    /home/a132536/public_html/includes/templates/includes/languages/english/piccadilly_posh/button_names.php

    Line #37 : define('BUTTON_IMAGE_SEARCH', 'button_search.gif');


    button_next.gif:

    /home/a132536/public_html/includes/languages/english/button_names.php

    define('BUTTON_IMAGE_NEXT', 'button_next.gif');

    and

    /home/a132536/public_html/includes/languages/english/piccadilly_posh/button_names.php

    Line #32 : define('BUTTON_IMAGE_NEXT', 'button_next.gif');

    and

    /home/a132536/public_html/includes/templates/includes/languages/english/piccadilly_posh/button_names.php

    Line #32 : define('BUTTON_IMAGE_NEXT', 'button_next.gif');

    Thanks for working with me!!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. what did i do wrong?
    By christayah in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Oct 2015, 07:19 AM
  2. What did I do wrong ?
    By vipinc in forum Installing on a Linux/Unix Server
    Replies: 12
    Last Post: 26 Nov 2010, 04:07 PM
  3. Uh oh what the heck did I do wrong?!?!?
    By NickJRE in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 6 Jun 2008, 08:52 PM
  4. What did I do wrong?
    By harmeet in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 19 Apr 2007, 02:06 PM
  5. What did I do wrong?
    By landsknecht in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Mar 2007, 08:34 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