Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Posts
    23
    Plugin Contributions
    0

    Default subcategory description layout - stuck in code

    HI,

    I'm still trying to get my subcategory descriptions to display alongside the image and name on a category page. I've been playing with category_row.php and I can manipulate the image and the title very easily. It looks to me like I should just be able to add:

    $categories->fields['categories_description'],

    since that pulls from the same table as $categories->fields['categories_name'] (or so I think). However, nothing happens.

    Here is the latest snippet from category_row:

    $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) .' '. $categories->fields['categories_name'] . '</a><br />'. $categories->fields['categories_description']);

    I've looked at other, similar threads, but can't find a solution from them. Any ideas are welcome and appreciated.

    http://www.vineryglass.com/catalog/i...79a8718496f7f1

    Thanks,

    Reid B.

  2. #2
    Join Date
    Oct 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: subcategory description layout - stuck in code

    This thread answered HERE.

 

 

Similar Threads

  1. Defining a subcategory - code problems
    By G3sal in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 24 Jul 2010, 11:51 PM
  2. product description os utputting code -stylesheet and comment code
    By edt123 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 15 Dec 2009, 07:06 PM
  3. subcategory pictures on product description
    By bmpt in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 1 May 2009, 07:41 PM
  4. subcategory description
    By afo in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 2 Sep 2008, 06:28 PM
  5. display subcategory description
    By afo in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 30 Jul 2008, 07:07 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