NSMStore Posted December 7, 2007 Posted December 7, 2007 hi all, I got 2 issues 1.) I can't seem to change my font. I have STS installed, and everything seem to have been fine until I went to change the font. Am I missing something??? 2.) I want to add a separation between products in the product list. something like "------------------------------------------" Just so it won't be so cluttered. Anyone know how I can do that??? My site is www.n-sanemixes.com/catalog Thanx in advance :thumbsup: Thanx for all your help. Keep it Real & God Bless
NSMStore Posted December 7, 2007 Author Posted December 7, 2007 ok, I figured out how to add a separator in the product list. If you're interested: 1.) open catalog/includes/modules/products_listing.php 2.) around line 137 (assuming it isn't modded already) Find: $list_box_contents[$cur_row][] = array('align' => $lc_align, 'params' => 'class="productListing-data"', 'text' => $lc_text); } immediately under it add the following: if ($listing_split->number_of_rows > $rows) { $list_box_contents[] [] = array( 'params' => 'valign="middle" colspan="' . sizeof ($column_list) . '"', 'text' => tep_draw_separator('pixel_silver.gif', '100%', '2') ); } This should add a separation bar between your products! Hope it helps Thanx for all your help. Keep it Real & God Bless
Recommended Posts
Archived
This topic is now archived and is closed to further replies.