Guest Posted February 18, 2004 Posted February 18, 2004 Hello, I want to be able to bold the items listed here: http://carouselcorner.org/sec/index.php?cPath=10 ie the description, price, product name, etc, and anything else that I decide to list in there. Anyone have any ideas? I tried in includes/modules/product_listing.php however could not get it to work.
Cerberus Posted February 18, 2004 Posted February 18, 2004 Isn't hypocrisy great? ....it is against forum rules.? once i see womeone has done this, i refuse to help answer anymore of their posts. from http://www.oscommerce.com/forums/index.php?showtopic=79290 Hope you don't have to help yourself on this one. This is the TIPS and TRICK section - not a question and answers section - read the rules.
Cerberus Posted February 18, 2004 Posted February 18, 2004 Correct, well at least it is now that a mod has deleted the double post in which you made that hypocritical statement.......
Cerberus Posted February 18, 2004 Posted February 18, 2004 And I notice a mod has now moved this post to where it should have been in the first place ;)
Cerberus Posted February 18, 2004 Posted February 18, 2004 Anyway, in modules/product_listing.php, towards the bottom of the file look for : $list_box_contents[$cur_row][] = array('align' => $lc_align, 'params' => 'class="productListing-data"', 'text' => $lc_text); and change it to.. $list_box_contents[$cur_row][] = array('align' => $lc_align, 'params' => 'class="productListing-data"', 'text' => "<b>" . $lc_text . "</b>");
Guest Posted February 18, 2004 Posted February 18, 2004 the reason i posted in the tips, is from this one: http://www.oscommerce.com/forums/index.php?showtopic=72870 i was trying to follow that section. per your recommendation, i dont have the exact code, it is close. couldnt get it to work, but will try a few other things. Thanks
Guest Posted May 19, 2004 Posted May 19, 2004 Does anyone know how to only bolden the price in both product listing and side boxes?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.