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, ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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>'; -------------------------------------------------------------------- |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| osCMax v2.0 - Product Descriptions Not Appearing | jerryz | osCMax v2 Features Discussion | 7 | 05-16-2006 05:36 PM |
| Product Descriptions | coblasingame | osCMax v1.7 General Mods Discussion | 1 | 01-29-2006 12:26 PM |
| Product listing descriptions | islander | osCMax v2 Customization/Mods | 0 | 01-16-2006 06:44 AM |
| updating product descriptions??? | Eulando | osCMax v1.7 Installation | 1 | 06-29-2004 07:46 AM |
| Can Quick Find search product descriptions??? | midwestwebsites | osCMax v1.7 Discussion | 2 | 11-20-2003 08:54 AM |