JonathanR Posted January 15, 2009 Share Posted January 15, 2009 Hi all, After a visitor to a site clicks on the MORE DETAILS link, and a single image of the product, together with a description, price etc etc appears (where you can add a review or add to basket or view the image larger), is there any way I can swap that information around. I want the image on the left and the description copy and heading on the right. Thanks in advance. I am slowly getting there! I am using STS, btw. Jonathan Link to comment Share on other sites More sharing options...
JonathanR Posted January 22, 2009 Author Share Posted January 22, 2009 Hi all, After a visitor to a site clicks on the MORE DETAILS link, and a single image of the product, together with a description, price etc etc appears (where you can add a review or add to basket or view the image larger), is there any way I can swap that information around. I want the image on the left and the description copy and heading on the right. Thanks in advance. I am slowly getting there! I am using STS, btw. Jonathan Any ideas or suggestions on this. I now have STS disabled. Link to comment Share on other sites More sharing options...
roya.k Posted January 22, 2009 Share Posted January 22, 2009 in product_info.php Change : <?php if (tep_not_null($product_info['products_image'])) { ?> <table border="0" cellspacing="0" cellpadding="2" align="right"> To <?php if (tep_not_null($product_info['products_image'])) { ?> <table border="0" cellspacing="0" cellpadding="2" align="left"> Open source n'est pas un échange à sens unique ... La plupart du temps un simple merci ou quelques mots d'encouragement suffisent... Link to comment Share on other sites More sharing options...
JonathanR Posted January 22, 2009 Author Share Posted January 22, 2009 Well, that was embarrassingly easy! :blush: Just applied it and - VOILA! Sorted. Thanks, roya.k. Very much! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.