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, ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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. |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| Product descriptions work fine in osCMax. Are you using the wysiwyg html editor or the text box?
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| 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>'; -------------------------------------------------------------------- |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sub-total not calculating multiples properly - please help | johnr3 | osCMax v2 Installation issues | 1 | 05-22-2006 05:40 AM |
| limiting products properly in products_new | ganz_friedrich | osCommerce 2.2 Modification Help | 0 | 06-10-2005 04:48 AM |
| help, code not parsing out properly. | loba | osCMax v1.7 Discussion | 1 | 03-21-2005 05:58 PM |
| order.php not listing orders properly?? Plz Help! | greg_pd | osCMax v1.7 Discussion | 0 | 10-15-2004 01:09 PM |
| pages don't display properly using a MAC | starchild | osCommerce 2.2 Modification Help | 3 | 05-21-2003 05:06 AM |