Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change product description font


oceanlink

Recommended Posts

Output is done by the catalog/product_info.php file, search for the following string:

 

<p><?php echo stripslashes($product_info['products_description']); ?></p>

 

You could apply some style to the <p> tag.

Link to comment
Share on other sites

Output is done by the catalog/product_info.php file, search for the following string:

 

<p><?php echo stripslashes($product_info['products_description']); ?></p>

 

You could apply some style to the <p> tag.

 

 

Thanks - will this then work on all poducts I create ?

Link to comment
Share on other sites

Yes, another way is to install a what you see is what you get (WYSIWYG) editor contribution, this way you can style every product description the way you like. There are a few available, for cross platform compatibility I would recommend tinyMCE.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...