Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Product Short description in all products listing

    Has anyone modified the all products listing page to show the short description using the short-desc mod? if so, can you point me in the right direction please.
    I'm using v1.2.6d.

    Thanks

  2. #2
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Product Short description in all products listing

    Figured this out myself

    In includes/modules/product_all_listing.php around line 111

    Changed
    PHP Code:
    if (PRODUCT_ALL_LIST_DESCRIPTION != '0') {
            
    $disp_text zen_get_products_description($products_all->fields['products_id']);
            
    $disp_text zen_clean_html($disp_text); 
    to

    PHP Code:
    if (PRODUCT_ALL_LIST_DESCRIPTION != '0') {
            
    $disp_text zen_get_products_short_desc($products_all->fields['products_id']);
            
    $disp_text zen_clean_html($disp_text); 

 

 

Similar Threads

  1. Installed? Now create your own template
    By kuroi in forum Basic Configuration
    Replies: 21
    Last Post: 23 Sep 2007, 04:15 AM
  2. Missing description in product listing
    By CheekyCockney in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 6 Jul 2006, 03:43 AM
  3. Product Listing - Move description v1.2.6
    By patski in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Jun 2006, 11:54 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
  •