jaemurl Posted May 18, 2010 Posted May 18, 2010 Hello everyone. This is my first time using osCommerce. I've tried searching for the topic but had no luck finding an answer. I want to change the list of product description. I sell books in my store and Manufacturer is not something I want to show in the product listing. Right now just below the description I have Manufacturer, Quantity, and Weight. Is there a way to delete these list or edit them? I want to show Publisher or Cover style and Edition instead. Or is there a contribution that has easy product description editing tool? Just like when you write a new topic in here, it has tools on top like in MS Word (bold, italic, font size, etc.) Thanks for your help. Jae
jaemurl Posted May 18, 2010 Author Posted May 18, 2010 So after many research I found Product Extra Fields contribution. After carefully following the instructions, the back-end is working great but I keep getting error from the product listing and description page. ---------- 1146 - Table 'lookar5_bytonyking.TABLE_PRODUCTS_EXTRA_FIELDS' doesn't exist SELECT pef.products_extra_fields_order, pef.products_extra_fields_status as status, pef.products_extra_fields_name as name, ptf.products_extra_fields_value as value FROM TABLE_PRODUCTS_EXTRA_FIELDS pef LEFT JOIN TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS ptf ON ptf.products_extra_fields_id=pef.products_extra_fields_id WHERE ptf.products_id=79 and ptf.products_extra_fields_value<>'' and (pef.languages_id='0' or pef.languages_id='1') ORDER BY pef.products_extra_fields_order [TEP STOP] ---------- I literally followed all the directions but when I edit catalog/includes/modules/product_listings.php and catalog\product_info.php, I keep getting that error. I also imported the correct sql file. Please Any Help? Thank you so much.. Hello everyone. This is my first time using osCommerce. I've tried searching for the topic but had no luck finding an answer. I want to change the list of product description. I sell books in my store and Manufacturer is not something I want to show in the product listing. Right now just below the description I have Manufacturer, Quantity, and Weight. Is there a way to delete these list or edit them? I want to show Publisher or Cover style and Edition instead. Or is there a contribution that has easy product description editing tool? Just like when you write a new topic in here, it has tools on top like in MS Word (bold, italic, font size, etc.) Thanks for your help. Jae
Recommended Posts
Archived
This topic is now archived and is closed to further replies.