custompilotshirts Posted September 2, 2011 Posted September 2, 2011 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
Guest Posted September 2, 2011 Posted September 2, 2011 Rob, Products descriptions are found in the product_info.php in this code: <?php echo stripslashes($product_info['products_description']); ?> Chris
custompilotshirts Posted September 2, 2011 Author Posted September 2, 2011 Ok, so where is the actual text?
Guest Posted September 2, 2011 Posted September 2, 2011 Rob, The text is whatever you entered during the product creation process which is stored in the database. Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.