14karat Posted May 4, 2009 Posted May 4, 2009 Ok, I've been hammering away at this all weekend. I found a couple of contribs so far that were supposed to add this to some degree, but I found they both had issues... All I want to do is add the item description below the item name in the product listings. In the same table cell... I've plundered around in all the php code and still haven't gotten it figured out... I first was just trying to add a column for the description in the table and after altering BOTH the index files (main & language specific) AND the product_listing, I could never get the column to show up... Then I thought... well, it would make more sense just adding it to the product name... so I thought, why not just add it in to the SQL code being returned, so where it's returning pd.products_name, I could just concatenate in a couple of html line breaks and then pd.products_description... Obviously I've lost it, because the product name columns just go blank when I try anything. Can anyone point me to how I can make this work? Surely it's been done before... Does there exist a document with descriptions of all the variables, classes, etc in the code and which files they originate from, etc...? That would be helpful for me to better understand the coding standard.
Gretsch Posted May 4, 2009 Posted May 4, 2009 Me too - I've got exactly the same requirement. Let's hope for some guidance.
14karat Posted May 6, 2009 Author Posted May 6, 2009 Bump... I did finally get the Item Description text BUT I had to include it ALL with the href link of the Item Name... C'mon guys, point me to something here... I'd appreciate any input...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.