Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2009
    Posts
    153
    Plugin Contributions
    0

    Default remove.. "more info"

    On my page of new products and product listing, on the items that are sold out, it also says "more info" although it does not on the items that are still in stock. I want to remove this. Example:

    http://www.polishpotterystore. com/shopping/index.php?main_page=products_new&disp_order=6&page=5

    I also want to remove it from the product listing pages. I have not been able to figure this out and so far, searching the forums has given me no clues.

    Thank you in advance.

  2. #2
    Join Date
    Jan 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: remove.. "more info"

    From what I can see you this is in your /includes/languages/english.php

    Line #356 : define('MORE_INFO_TEXT','... more info');

    Just redefine it to be blank or what ever text you want....

    Line #357 : define('MORE_INFO_TEXT',' ');

    That should do it... At least it did on my test server.

  3. #3
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: remove.. "more info"

    Robbin,

    Gorgeous piece you have as your avatar. Is that a butter or a cheese?

  4. #4
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: remove.. "more info"

    Wouldn't a PM have been more appropriate than hijacking the thread with a personal question?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Feb 2009
    Posts
    153
    Plugin Contributions
    0

    Default Re: remove.. "more info"

    Quote Originally Posted by israelimports View Post
    From what I can see you this is in your /includes/languages/english.php

    Line #356 : define('MORE_INFO_TEXT','... more info');

    Just redefine it to be blank or what ever text you want....

    Line #357 : define('MORE_INFO_TEXT',' ');

    That should do it... At least it did on my test server.
    Yes, this leaves the area blank but the space where it would have been remains making it look silly. Can I delete this altogether? When I deleted that strain from the CSS file, it said MORE_INFO_TEXT on my site so I put it back.

  6. #6
    Join Date
    Jan 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: remove.. "more info"

    I believe this will work for getting rid of that annoying (silly) space.

    The code is on line 143 of /includes/modules/product_listing.php

    PHP Code:
         $products_link '<a href="' zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . ( ($_GET['manufacturers_id'] > and $_GET['filter_id']) > zen_get_generated_category_path_rev($_GET['filter_id']) : $_GET['cPath'] > zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id'])) . '&products_id=' $listing->fields['products_id']) . '">' MORE_INFO_TEXT '</a>'
    You should be able to remove this entire line from the script and it will eliminate the the spacing.

  7. #7
    Join Date
    Jan 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: remove.. "more info"

    Sorry,

    Along with that on line 144 in /includes/modules/product_listing.php

    PHP Code:
       $lc_text .= '<br />' zen_get_buy_now_button($listing->fields['products_id'], $the_button$products_link) . '<br />' zen_get_products_quantity_min_units_display($listing->fields['products_id']); 
    Change to

    PHP Code:
     $lc_text .=  zen_get_buy_now_button($listing->fields['products_id'], $the_button$products_link) . '<br />' zen_get_products_quantity_min_units_display($listing->fields['products_id']); 
    This will eliminate the extra <br /> tag in-between the price and the image it's self.

  8. #8
    Join Date
    Feb 2009
    Posts
    153
    Plugin Contributions
    0

    Default Re: remove.. "more info"

    Unfortunately that did not do anything.

 

 

Similar Threads

  1. Remove "...more info"
    By inkuyo in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 25 Aug 2011, 08:25 PM
  2. Help me remove "More info...", I've tried everything!
    By dat311 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Jun 2011, 07:06 PM
  3. HELP! How to Remove "more info..." from product listings
    By taraeng in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Apr 2011, 05:46 PM
  4. REMOVE "more info" from Productlisting and reduce space between price & drescription
    By hooai12 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 4 Jun 2010, 05:25 PM
  5. remove "More Info"
    By markpr9 in forum General Questions
    Replies: 2
    Last Post: 8 Oct 2008, 01:50 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR