Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Apr 2011
    Posts
    45
    Plugin Contributions
    0

    Default How do I get rid of the 'continue' button?

    Now that I've conquered EZ-pages, I have two questions:

    First, there are 'next' and 'previous' buttons at the top, where I want them, but also a 'continue' button between them. I'd like to whack the continue button, but when I search for it by name the only reference is in the button names. php file, and 'continue' is kind of all over the place in the code. Nothing comes up when either the forums or tutorials is searched. Example is here: http://fiddly-bits.com/shop/index.ph...id=4&chapter=1

    Any ideas/suggestions?

    Also, is there a way to make the TOC display as a single line instead of a list?

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

    Default Re: How do I get rid of the 'continue' button?

    That is an image in the ezpage code

    /includes/templates/template_default/buttons/english/button_continue.gif

    Use the dev tool kit to locate files where it is called that are also ezpage files

    https://www.zen-cart.com/tutorials/index.php?article=38
    https://www.zen-cart.com/tutorials/index.php?article=39
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2011
    Posts
    45
    Plugin Contributions
    0

    Default Re: How do I get rid of the 'continue' button?

    As I mentioned in my post, I did search for the button by name (and I used the developer toolkit as there isn't any other easy way to search the code AFAIK and I've already done the same thing for a number of other things I've customized on my site), and the only reference, again, as I said in my post, is in the button names.php file.

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

    Default Re: How do I get rid of the 'continue' button?

    Find this:
    includes/languages/english/button_names.php

    Line #24 : define('BUTTON_IMAGE_CONTINUE', 'button_continue.gif');
    Make your changes here:
    shop/includes/ languages/ english/ karen/ button_names.php

    Change it to this:
    define('BUTTON_IMAGE_CONTINUE', '');

  5. #5
    Join Date
    Apr 2011
    Posts
    45
    Plugin Contributions
    0

    Default Re: How do I get rid of the 'continue' button?

    Haredo, if I do that, what else might I affect?

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

    Default Re: How do I get rid of the 'continue' button?

    Great question, test it on a test site and click on every page to see what it affects.. The key is on the check out pages.....

  7. #7
    Join Date
    Apr 2011
    Posts
    45
    Plugin Contributions
    0

    Default Alternate 'continue' button for EZ-pages

    There has been only one post about the EZ-pages 'continue' button and how to get rid of it other than my own post, so I assume not many folks don't like the existing one.

    However, if you don't like the original, feel free to snag a copy of the one I made here: http://fiddly - bits .com/shop/includes/templates/template_default/buttons/english/button_continue.gif (URL minus spaces will get you there).

    It's not great, but it works.

 

 

Similar Threads

  1. How to get rid of Unsubscribe button?
    By robynannw in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Jul 2010, 06:28 PM
  2. How to get rid of border around buy now button?
    By mcpisik in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 13 Jul 2007, 06:16 AM
  3. Can't get past Step 1 of 3 - No continue button
    By jebolton in forum Basic Configuration
    Replies: 5
    Last Post: 14 Jun 2007, 08:14 PM
  4. How to get rid of the yellow "Checkout with PayPal" button?
    By douglerner in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 7 Apr 2007, 03:15 PM
  5. Replies: 1
    Last Post: 30 May 2006, 06:51 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