Results 1 to 1 of 1

Threaded View

  1. #1
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    Default Customising center column cat counts by product type

    I've just started looking into this - it might take me a while, so I thought I would ask the question now:

    I currently have all category counts turned off, and would like to have center column category counts for product type Document General only (used for recipes).

    I can achieve center column counts for all categories/product types using, in category_row.php:

    Code:
    $id = $categories->fields['categories_id'];
        $count = zen_count_products_in_category($id);
    
        $list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' . ' ' . 'style="width:' . $col_width . '%;"',
                                               'text' => '<a href="' . zen_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . zen_image(DIR_WS_IMAGES . $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br />' . $categories->fields['categories_name'] . ' (' . $count . ')</a>');
    How to apply it to Document General only? I think it needs edits to this part of the code.

    Code:
    $id = $categories->fields['categories_id'];
        $count = zen_count_products_in_category($id);
    Last edited by simon1066; 25 Mar 2013 at 09:26 AM.

 

 

Similar Threads

  1. v153 Semi Static Cat or Sub Cat listing product page(s)
    By wheat in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 20 Oct 2015, 07:08 PM
  2. Subcategory counts in center box
    By Fuchs in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Aug 2009, 05:37 PM
  3. narrow center column on product listing and product page
    By erinl in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Apr 2009, 01:47 PM
  4. main pg product list in center column
    By kburner in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Aug 2008, 01:55 PM
  5. Feature product and new product center column/boxes
    By MikeyG in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 May 2007, 10:57 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