Results 1 to 4 of 4
  1. #1
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default How to get rid of "...... More Info" from product Listing?

    I was wondering if it was possible to get rid of "...... More Info" from the product Listing?

    Thanks

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

    Default Re: How to get rid of "...... More Info" from product Listing?

    Hc,
    Yes you can.

    admin panel/ configurations/ product listing/ Display Product Description

    1. set from 150 to 0

  3. #3
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: How to get rid of "...... More Info" from product Listing?

    Hi, ive already done that, it still displaying the ".... more info"

    But on my product listing under the product image it has the"Product name", "price" than "..... more info"

    Iam using the grid layout, dont know it this has any effect on it?

    Thanks

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

    Default Re: How to get rid of "...... More Info" from product Listing?

    Hc,

    includes\ modules\ product_listing.php

    Save to this includes/ modules/ your_template/ product_listing.php

    PHP Code:
    $lc_button '<a href="' zen_href_link(zen_get_info_page($listing->fields['products_id']), ($_GET['cPath'] > 'cPath=' $_GET['cPath'] . '&' '') . 'products_id=' $listing->fields['products_id']) . '">' MORE_INFO_TEXT '</a>'
    And comment it out /* the code */

    PHP Code:
    /*$lc_button = '<a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), ($_GET['cPath'] > 0 ? 'cPath=' . $_GET['cPath'] . '&' : '') . 'products_id=' . $listing->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>'; */ 

 

 

Similar Threads

  1. how to get "more info..." on product listing desciption?
    By mek113 in forum Customization from the Admin
    Replies: 6
    Last Post: 2 Nov 2011, 04:02 PM
  2. Not able to get rid of "... more info" link
    By flix in forum Customization from the Admin
    Replies: 1
    Last Post: 3 Mar 2010, 09:34 PM
  3. Get rid of "More Info" link for sold out items
    By cloudstrife08 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Jan 2010, 03:02 AM
  4. Showing "More Info" & "Buy Now" on Product Listing
    By litepockets in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Jul 2009, 05:23 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