osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

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, ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 11-04-2005, 12:50 AM
New Member
 
Join Date: Oct 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
crispin
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 11-04-2005, 01:15 AM
New Member
 
Join Date: Oct 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
crispin
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 11-04-2005, 11:18 PM
New Member
 
Join Date: Oct 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
iluminada
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>';
--------------------------------------------------------------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 10:05 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax