Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1

    Default Replace [Next >>] with a picture

    On my www.hardwoodcanes.com site, when I have 2 pages of products in one catagory, I'd like to replace the "[Next>>]" that you have to click in order to view the next page with a picture so it's clearer that I have more products available. Where would I do this? I cant find it using the developers tool kit.

    Thanks!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Replace [Next >>] with a picture

    I think this is what you're looking for, from your english.php file:
    Code:
      define('PREVNEXT_BUTTON_FIRST', '<<FIRST');
      define('PREVNEXT_BUTTON_PREV', '[<< Prev]');
      define('PREVNEXT_BUTTON_NEXT', '[Next >>]');
      define('PREVNEXT_BUTTON_LAST', 'LAST>>');
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3

    Default Re: Replace [Next >>] with a picture

    Thank you!

  4. #4

    Default Re: Replace [Next >>] with a picture

    So if I wanted to load an image instead of text there, I'd make it say this?

    define('PREVNEXT_BUTTON_FIRST', '<<FIRST');
    define('PREVNEXT_BUTTON_PREV', '[<< Prev]');
    define('PREVNEXT_BUTTON_NEXT', 'next.jpg');
    define('PREVNEXT_BUTTON_LAST', 'LAST>>');

  5. #5

    Default Re: Replace [Next >>] with a picture

    Yeah, I tried that and it didnt work.

  6. #6

    Default Re: Replace [Next >>] with a picture

    I've tried to change that code, and it seems that nothing is changing it. I'm am making changes to the english.php file in my overrides folder.

  7. #7

    Default Re: Replace [Next >>] with a picture

    I was changing the wrong english.php. But still, no matter what I change on the proper line" define('PREVNEXT_BUTTON_NEXT', '[Next >>]'); " to, it just changes the text, and will not put an actual image there. Any ideas?

  8. #8
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Replace [Next >>] with a picture

    Try the HTML for an image:
    Code:
    <img src="my_path_to_folder/next.jpg" alt="Next Page" title="next" />
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9

    Default Re: Replace [Next >>] with a picture

    I'll give that a go. Thanks.

  10. #10
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Replace [Next >>] with a picture

    Quote Originally Posted by DrByte View Post
    Try the HTML for an image:
    Code:
    <img src="my_path_to_folder/next.jpg" alt="Next Page" title="next" />
    Tested, works fine

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Remove [Next >>] or replace with button?
    By Hell Guapo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Nov 2011, 06:17 PM
  2. Replace next Link with Image
    By KurveMedia in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Feb 2009, 01:20 AM
  3. Replace NEW - LISTING - NEXT buttons in Product Pages
    By KiwiBrian in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Aug 2008, 08:23 PM
  4. Replace the header picture with flash
    By figo2476 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 May 2007, 08:24 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