Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2006
    Posts
    79
    Plugin Contributions
    0

    Default All Product listing page - 'More Info' question

    Hey guys,

    I'd like to substitute the text of ' ... more info ' text with an image but am clueless about what file / admin setting I need to modify to make it so.

    Any hints?

  2. #2
    Join Date
    Nov 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: All Product listing page - 'More Info' question

    I've got a working solution,

    I've edited tpl_modules_products_all_listing.php, beginning around line 99 to include a fixed link to a 'more info' image button instead of calling the more_info text tag.

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

    Default Re: All Product listing page - 'More Info' question

    A possible simpler solution might be to find this in your /includes/languages/english.php file:
    Code:
    define('MORE_INFO_TEXT','... more info');
    Change to
    Code:
    define('MORE_INFO_TEXT','your_image.xxx');
    the link is already created and so this change now show your button and not text.
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Nov 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: All Product listing page - 'More Info' question

    Bingo...that's the solution I'm looking for.

    Thanks you.

 

 

Similar Threads

  1. v151 Removing the Buy Now/More Info buttons on Product Listing page
    By apriigem in forum Customization from the Admin
    Replies: 18
    Last Post: 22 Jun 2021, 06:57 AM
  2. All info and buy option on product listing page?
    By -ZC- in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Sep 2009, 03:12 AM
  3. ...more info instead of Add: on product listing page
    By wilsonm5 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 12 Jun 2009, 08:20 PM
  4. Change Buy Now Button to More Info on Product Listing Page
    By prosam in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jul 2008, 02:21 PM
  5. All Product Listing Page - Edit Template Question
    By thehighlandsgroup in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Nov 2007, 04:37 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