Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Basic Framework Question


custompilotshirts

Recommended Posts

Posted

Hello All,

I would like to know where to find added product descriptive text on either the home page or the individual product description pages. I know where it is in the admin panel but can't find it in the individual files uploaded to the server.

Thanks,

Rob

Posted

Rob,

 

Products descriptions are found in the product_info.php in this code:

 

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

 

 

 

Chris

Posted

Rob,

 

The text is whatever you entered during the product creation process which is stored in the database.

 

 

 

 

Chris

Archived

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

×
×
  • Create New...