Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bolding info displayed on category listing


Guest

Recommended Posts

Posted

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.

Posted

Correct, well at least it is now that a mod has deleted the double post in which you made that hypocritical statement.......

Posted

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>");

  • 3 months later...
Posted

Does anyone know how to only bolden the price in both product listing and side boxes?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...