SHANAHAN Posted October 1, 2006 Posted October 1, 2006 Hi, guys Does anybody know how to remove "Product description" sign off the product page? All my products are of a same kind and do not need a description at all. Thank you Best regards, Vadim
natewlew Posted October 2, 2006 Posted October 2, 2006 I am going to answer both of your questions here. On line 120 in the product_info.php you will find: <p><?php echo stripslashes($product_info['products_description']); ?></p> If you comment that out it will remove the products description and move the product attributes up. <p><?php //echo stripslashes($product_info['products_description']); ?></p> Other great Open Source (Free) programs: (Free as in free speech not free beer) The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS How do I find these programs? Google Search!
SHANAHAN Posted October 2, 2006 Author Posted October 2, 2006 Hello! Thanks a lot for your help! It definetely helped me with removing "product description", but "Available products" never moved up... :'( Is there any way to get them write next to the product, to the right , to be more specific. Or , at least move them up? Now they are far under.... :-" Or, maybe you know the code and the row number, which dealing with "Available options" in this matter? I really appreciate your help, Best regards, Vadim, Latvia
Recommended Posts
Archived
This topic is now archived and is closed to further replies.