jaheria Posted August 8, 2008 Posted August 8, 2008 Hi, I need to remove the product picture from the Product page, so it is just a text description of the product, and no image with the 'click to enlarge' text below it. Which is the file that allows you to do this?
spooks Posted August 8, 2008 Posted August 8, 2008 Hi, I need to remove the product picture from the Product page, so it is just a text description of the product, and no image with the 'click to enlarge' text below it. Which is the file that allows you to do this? product_info.php Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
jaheria Posted August 8, 2008 Author Posted August 8, 2008 product_info.php Can you help with which area of this file to edit. Its quite a large file, but theres probably only a line or two to remove or change in order to remove that image and the 'click to enlarge' text below it.
spooks Posted August 8, 2008 Posted August 8, 2008 easiest find: if (tep_not_null($product_info['products_image'])) { replace with: $product_info['products_image'] = ''; if (tep_not_null($product_info['products_image'])) { Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.