Guest Posted May 29, 2006 Posted May 29, 2006 Hiya I would like to include some text in the catergory listings (We sell books and I would like to put information about the author in the category listing above the products listings) Is this possible? Annie
Guest Posted May 29, 2006 Posted May 29, 2006 not sure if there is a ready contribution for categories short description but there are for products. You could get one of those and use it as a guideline for your categories summary. If you aren't concerned with languages extend the categories sql table otherwise the categories_description table. The other thing you could also do is to get one of the categories description contributions and simply duplicate the categories_description column.
adbart Posted May 29, 2006 Posted May 29, 2006 It's definitely possible, you'll need to edit your product_listing.php file.. I'll have a think about how you might be able to do this as it's something I might be interested in doing too! Would definitely be a good mod for osC if there was a proper admin-integrated tool for editing it as well...
dittones Posted May 30, 2006 Posted May 30, 2006 Dear Annieprice, This will get you started...The program that you would put the code in is catalog/index.php...look for $category['categories_name']...this is used for your heading...would need to create a mysql field categories_description in your category_group table which you would include in the program and add this field in the select rtn...Also you would need to add this field in the edit rtn on the add admin/catalog side...but you could get around this by using the phpadmin util to do the editing...You will have to know some php and html coding but not much...since their are plenty of code in the programs as example... This is meant to get you started...If you choose to make the code change...remember to make a backup of the program... I hope this helps dittone.com Roman
Guest Posted May 30, 2006 Posted May 30, 2006 Thanks everyone for responding ... I love how everyone helps each other on here - nice place ! Anyway, I got what I wanted via one of the contributions .. anyone else searching can find the thread here http://www.oscommerce.com/forums/index.php?sho...97entry868697 Again thanks so much Annie
Recommended Posts
Archived
This topic is now archived and is closed to further replies.