View Single Post
  #5  
Old 11-07-2007, 11:01 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: How do I cahnge the layout of the Product Page

You'd need one row that spans two columns for the image, and then the two columns beneath that. So:

<tr><td colspan="2">image code here</td></tr>
<tr><td>column 1 info</td>
<td>column 2 info</td></tr>

You'll also notice there is a lot of Smarty built in, which is what X-Cart uses as the template engine. This creates a lot of if/then statements, which can also affect that table layout. I'd suggest reading this and perhaps learning a bit more about Smarty first:

http://forum.x-cart.com/showthread.php?t=21529
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote