View Single Post
  #3  
Old 04-13-2005, 07:02 PM
 
mikezoch mikezoch is offline
 

Newbie
  
Join Date: Mar 2005
Posts: 6
 

Default

I have figured this one out on my own - I think. I have REM'ed out a section of the CUSTOMER\MAIN\PRODUCT.TPL

<!---
<TR>
<TD valign="top" align="left" rowspan="2">
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail"}
</TD>
--->

The reason - so I can keep the ICON on the PRODUCT LIST view, but not in the PRODUCT DESCRIPTION view. I have used the following code in the Detailed Description to make the text flow around the product image

<!---
Begin Product Description code
--->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>[img]/herbal-xpress/xcart/images/2cans_SWF1_med.jpg[/img]</td>
<td width="399">
<h1>Formula 1 Nutritional Shake Mix</h1>
<h2>Key Benefits</h2>
<ul>[*]Five delicious flavors.[*]Up to 20 essential vitamins and minerals, plus health-enhancing herbs.[*]9 grams of soy protein and a healthy source of fiber.[/list]</td>
</tr>
</table>


So the PRODUCT LIST view looks like this:
http://www.herbal-xpress.com/herbal-xpress/xcart/home.php?cat=257

and the PRODUCT DESCRIPTION looks like this:
http://www.herbal-xpress.com/herbal-xpress/xcart/home.php?cat=257
__________________
Mike Zoch
mikezoch@tmail.com

X-Cart Gold 4.0.13
X-Affiliate
Fancy Categories

FreeBSD 4.8
Apache 1.3.29
PHP 4.3.10
MySQL 4.0.18
Reply With Quote