Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bolding info displayed on category listing


Guest

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 months later...

Archived

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

×
×
  • Create New...