Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to put product thumbnails to left of description?


sundayo

Recommended Posts

Someone please help save my sanity! I've been searching the forums and google for hours and can't seem to find the answer to what is probably a very simple question to you php gurus out there.

 

How do you get the product info page to display the thumbnail images to the left of the product description instead of the right?

 

I've been playing with the code, but only seem to be able to move the thumbnail into some pretty odd places - you don't even want to know.... :P

Link to comment
Share on other sites

  • 2 weeks later...

some people might know how to do it but aren't here all the time, then the message gets lost in the jumble.. :-"

 

find in product_info.php at around line 105

<table border="0" cellspacing="0" cellpadding="2" align="right">
		<tr>
		  <td align="center" class="smallText">

 

and alter that first line to align="left"

 

I haven't tried it myself so let us know :thumbsup:

 

cheers,

Digs

one-click installation..

Dave's info

Link to comment
Share on other sites

some people might know how to do it but aren't here all the time, then the message gets lost in the jumble.. :-"

 

find in product_info.php at around line 105

<table border="0" cellspacing="0" cellpadding="2" align="right">
		<tr>
		  <td align="center" class="smallText">

 

and alter that first line to align="left"

 

I haven't tried it myself so let us know :thumbsup:

 

cheers,

Digs

 

It worked for me. Thank you!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...