Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Move image from right to left in content box


JonathanR

Recommended Posts

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

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

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

Archived

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

×
×
  • Create New...