Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2007
    Posts
    19
    Plugin Contributions
    0

    Default Remove More info link

    Ok, I want to remove the "more info" from the new products box.

    I edited my /includes/languages/english.php:

    from define('BOX_HEADING_LINKS', '  [more]');

    to define('BOX_HEADING_LINKS', '');

    But now it says: New ProductsBOX_HEAD on the site. How can I get rid of that?

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

    Default Re: Remove More info link

    Do a search in the Tools ... Developers Tool Kit ... for:
    BOX_HEADING_LINKS

    in the bottom input box and select Catalog, then click search ...

    make sure that the define is not commented out ...

    Then do a search on:
    BOX_HEAD

    where is that used?

    That is not a standard constant in Zen Cart and could be a typo ...
    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
    Sep 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Remove More info link

    make sure that the define is not commented out ...
    argh, I had just left it in and commented it out. Removed it from the file completely and works now.

    Thanks.

  4. #4
    Join Date
    Oct 2009
    Posts
    30
    Plugin Contributions
    0

    help question Re: Remove More info link

    Quote Originally Posted by Ajeh View Post
    Do a search in the Tools ... Developers Tool Kit ... for:
    BOX_HEADING_LINKS

    in the bottom input box and select Catalog, then click search ...

    make sure that the define is not commented out ...

    Then do a search on:
    BOX_HEAD

    where is that used?

    That is not a standard constant in Zen Cart and could be a typo ...
    Hi Ajeh~

    I'm sorry, but I still have a huge problem with my site..quite few actually. Can you please look at my site here and help me understand how to completely remove the "more info" link? Just want customer to click on the picture and have it go to product info page like it does now....just without the stupid link. Also, trying to move the item title up underneath the picture with the price under the title? So FRUSTRATED, that I've wasted 2 more weeks of not being able to open shop. Will so appreciate your help! Many thanks
    Last edited by helpmeplease; 15 Nov 2009 at 02:36 AM. Reason: forgot to put site url

  5. #5
    Join Date
    Jan 2005
    Location
    NY
    Posts
    149
    Plugin Contributions
    0

    Default Re: Remove More info link

    Quote Originally Posted by helpmeplease View Post
    Hi Ajeh~

    I'm sorry, but I still have a huge problem with my site..quite few actually. Can you please look at my site here and help me understand how to completely remove the "more info" link? Just want customer to click on the picture and have it go to product info page like it does now....just without the stupid link. Also, trying to move the item title up underneath the picture with the price under the title? So FRUSTRATED, that I've wasted 2 more weeks of not being able to open shop. Will so appreciate your help! Many thanks
    Moving the item title above the price can be accomplished by changing the order under "configuration > Product Listings". Set image to 1, name to 2, and price to 3.

    The "... more info" text is defined in includes/languages/english.php.
    Copy this file into your templates override folder:
    /includes/languages/CUSTOM/english.php

    Now change this line:
    define('MORE_INFO_TEXT','... more info');
    to
    define('MORE_INFO_TEXT','');

  6. #6
    Join Date
    Oct 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Remove More info link

    I cannot THANK YOU enough!!!! You have saved me from going over the edge..... on this problem anyway. Thanks so much!

 

 

Similar Threads

  1. More info link
    By Burty in forum General Questions
    Replies: 3
    Last Post: 31 May 2011, 09:54 PM
  2. more info link on product listings
    By TecBrat in forum General Questions
    Replies: 11
    Last Post: 11 Apr 2010, 03:25 PM
  3. More Info Link When No Attributes?
    By jjfletch in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Mar 2007, 06:04 PM
  4. more info link
    By camerondied in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Jun 2006, 11:53 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