jjanguda Posted July 20, 2004 Posted July 20, 2004 I'd like to insert a line like this tep_draw_separator('pixel_silver.gif', '100%', '1'); in this code. new contentBox($info_box_contents); Simply, can I replace "new contentBox" with "pixel_silver"? I think it's possible, but I don't know how... Can anyone help me with this ? Appreciate for any help!! Thanks~
jjanguda Posted July 20, 2004 Author Posted July 20, 2004 This might help you understand my point better. $col ++; if ($col > PRODUCT_LIST_COL_NUM-1) { $col = 0; $row ++; } } new contentBox($info_box_contents); } else { $info_box_contents = array(); $info_box_contents[0] = array('params' => 'class="productListing-odd"'); $info_box_contents[0][] = array('params' => 'class="productListing-data"', 'text' => TEXT_NO_PRODUCTS); new contentBox($info_box_contents); } } This is a part of my my catalog/includes/modules/product_listing.php. Hope this will give you a better idea..
jjanguda Posted July 20, 2004 Author Posted July 20, 2004 Acheron, What I'm trying to do is.. I want to insert pixel_siliver.gif in my "What's new for July" box. Right now, a default setting for this is 3(columns) x 3(rows). A B C -------------- D E F -------------- G H I Like this... I want the line between each row.
jjanguda Posted July 23, 2004 Author Posted July 23, 2004 please help .. for any advice will be appreciated..
Guest Posted August 11, 2004 Posted August 11, 2004 did you figure this out? Any help would be really appreciated!
savassahin Posted August 11, 2004 Posted August 11, 2004 i need too this help i want to add line between every product. thanks,
Recommended Posts
Archived
This topic is now archived and is closed to further replies.