Results 1 to 3 of 3

Product descriptions not appearing

This is a discussion on Product descriptions not appearing within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Product descriptions. It's been asked before, so why is this a problem? I enter text into a box, preview, and ...

      
  1. #1
    New Member
    Join Date
    Oct 2005
    Posts
    6
    Rep Power
    0


    Default Product descriptions not appearing

    Product descriptions. It's been asked before, so why is this a problem? I enter text into a box, preview, and nothing. When I click install or update and then go back to edit, the text fields are blank. If posting on a forum works, why not oscMax v2.0?

  2. #2
    New Member
    Join Date
    Oct 2005
    Posts
    6
    Rep Power
    0


    Default RE: Product descriptions not appearing

    I just looked in "Sticky: Category descriptions do not get saved."
    Found the answer here. Sorry I didn't read the forum properly, and big thanks to blinkygab!

  3. #3
    New Member
    Join Date
    Oct 2005
    Posts
    7
    Rep Power
    0


    Default RE: Product descriptions not appearing

    I'll post blinkygab's fix here anyway, because I encountered this same problem today and missed the sticky by going straight to a forum search:

    /catalog/admin/categories.php
    --------------------------------------------------------------------
    LINE 506:

    original code:
    } else { echo tep_draw_textarea_field('categories_description' . $languages[$i]['id'],'soft','70','15',(isset($categories_description[$languages[$i]['id']]) ? $categories_description[$languages[$i]['id']] : tep_get_category_description($cInfo->categories_id, $languages[$i]['id']))) . '</td>';

    replace with this:
    } else { echo tep_draw_textarea_field('categories_description[' . $languages[$i]['id'].']','soft','70','15',(isset($categories_description[$languages[$i]['id']]) ? $categories_description[$languages[$i]['id']] : tep_get_category_description($cInfo->categories_id, $languages[$i]['id']))) . '</td>';
    ----------------------------------------

    LINE 900:
    original:
    } else { echo tep_draw_textarea_field('products_description' . $languages[$i]['id'],'soft','70','15',(isset($products_description[$languages[$i]['id']]) ? $products_description[$languages[$i]['id']] : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))) . '</td>';

    replace it with this:
    } else { echo tep_draw_textarea_field('products_description[' . $languages[$i]['id'].']','soft','70','15',(isset($products_description[$languages[$i]['id']]) ? $products_description[$languages[$i]['id']] : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))) . '</td>';
    --------------------------------------------------------------------

Similar Threads

  1. osCMax v2.0 - Product Descriptions Not Appearing
    By jerryz in forum osCMax v2 Features Discussion
    Replies: 7
    Last Post: 05-16-2006, 06:36 PM
  2. Product Descriptions
    By coblasingame in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 01-29-2006, 12:26 PM
  3. Product listing descriptions
    By islander in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 01-16-2006, 06:44 AM
  4. updating product descriptions???
    By Eulando in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 06-29-2004, 08:46 AM
  5. Can Quick Find search product descriptions???
    By midwestwebsites in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 11-20-2003, 08:54 AM

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
  •