osCmax v2.5 User Manual
Results 1 to 3 of 3

osc not working properly. i can not add descriptions.

This is a discussion on osc not working properly. i can not add descriptions. within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; i can not add descriptions to products, just name and images. i think there is a problem with a contribution, ...

      
  1. #1
    Lurker
    Join Date
    Nov 2003
    Posts
    1
    Rep Power
    0


    Default osc not working properly. i can not add descriptions.

    i can not add descriptions to products, just name and images. i think there is a problem with a contribution, not well installed. i saw at easypopulate export file that the database has some different descriptions 1 and 2......maybe there is the problem...someone had same problem...also can be any chmod privilegies, write protection fiels or sometinhg similar.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default RE: osc not working properly. i can not add descriptions.

    Product descriptions work fine in osCMax. Are you using the wysiwyg html editor or the text box?
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

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


    Default RE: osc not working properly. i can not add descriptions.

    This is from a sticky in the installation issues forum:

    /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. sub-total not calculating multiples properly - please help
    By johnr3 in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 05-22-2006, 05:40 AM
  2. limiting products properly in products_new
    By ganz_friedrich in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-10-2005, 04:48 AM
  3. help, code not parsing out properly.
    By loba in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 03-21-2005, 05:58 PM
  4. order.php not listing orders properly?? Plz Help!
    By greg_pd in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-15-2004, 01:09 PM
  5. pages don't display properly using a MAC
    By starchild in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 05-21-2003, 05:06 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
  •