View Single Post
  #6  
Old 11-07-2007, 02:40 PM
 
WestCoastBikers WestCoastBikers is offline
 

Member
  
Join Date: Mar 2007
Posts: 18
 

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

Quote:
Originally Posted by balinor
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

Thanks - that really helped me

http://store.digitalguarddawg.com/home.php?cat=327
__________________
x-cart-4.1.9 Gold
Reply With Quote