Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2010
    Posts
    140
    Plugin Contributions
    0

    Default Product Description in product listing view

    I would like to show the complete product descriptions
    in the product listings pages.

    I have changed the following settings:

    Featured Listing>Display Product Description: 1000

    All Listing>Display Product Description: 1000

    New Listing>Display Product Description: 1000

    Product Listing>Display Product Description: 1000

    But the product descriptions are still getting truncated.

    Is there somewhere in the code that limiting the product
    description length.

    I am using zencart version 1.3.9b

    When I look at the code I see:

    Code:
    zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) . '</div>';
    is this causing the issue?

    Thanks
    neit

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Product Description in product listing view

    Yes. There are three places in that file that need to be commented out.

    http://www.zen-cart.com/forum/showthread.php?t=136741

  3. #3
    Join Date
    Feb 2010
    Posts
    140
    Plugin Contributions
    0

    Default Re: Product Description in product listing view

    I can already add html and had the those settings I mentioned above set to 500 and it worked ok,
    But now some products descriptions are have greater than 500 characters so I changed it to 1000 and it made no difference.

    I had already made a change to the zen_clean_html in the product_listing.php file I have now commented out the
    rest and it has made no difference.

  4. #4
    Join Date
    Feb 2010
    Posts
    140
    Plugin Contributions
    0

    Default Re: Product Description in product listing view

    Issue resolved thanks for your help

 

 

Similar Threads

  1. Product Listing Product Quick View Feature
    By rbarbour in forum Templates, Stylesheets, Page Layout
    Replies: 44
    Last Post: 23 Jul 2014, 03:03 AM
  2. v138a Different Images for listing view and product view
    By MikeBryan90 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Feb 2012, 10:24 PM
  3. Description different between product listing and product pages
    By KiwiBrian in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 5 Aug 2008, 11:52 PM
  4. Replies: 3
    Last Post: 30 Jun 2008, 04:57 AM
  5. Product description in product more info in html format but not in product listing?
    By this side up in forum Customization from the Admin
    Replies: 1
    Last Post: 18 Dec 2006, 06:25 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