dabbuhl Posted April 25, 2008 Posted April 25, 2008 Currently when you click on a catalog item to view the details of that product, all text is on the left with the uploaded picture on the right. I want to have the picture in the middle and the text below it. How is this done?
markg-uk Posted April 25, 2008 Posted April 25, 2008 Currently when you click on a catalog item to view the details of that product, all text is on the left with the uploaded picture on the right. I want to have the picture in the middle and the text below it. How is this done? Editing product_info.php to your requirements. Image is generated by this line: <?php echo tep_image(DIR_WS_IMAGES . $product_info['products_image'], ...... Text is generated by this: <p><?php echo stripslashes($product_info['products_description'] .....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.