Jamie,
I've added the changes as you state but can not get the changes to show the add to cart button nor the options etc. Can I spot you some cash and have you help me please? Here is my coding for product thumbnail.
I did some test where I would change the spelling of the word "detail" and when I went to my homepage I did not see the spelling changed? It's almost like the changes were not being done? I did not have the add to cart button because I could get the other part to work.
<td width="<?=$TD_Width?>" height="150">
<form accept-charset="utf-8" action="<?=$Form_Action?>" method="get">
<input type="hidden" name="microtime" value="<?=$Microtime?>">
<input type="hidden" name="quantity" value="1">
<?=SID_FLD?>
<div style="position: relative; width: <?=$Thumbnail_Image_Width?>px; margin-left: auto; margin-right: auto">
<a href="<?=$Detail_Link?>" title="<?=$Name?>"><img border="0" src="<?=$Thumbnail_Image?>" width="<?=$Thumbnail_Image_Width?>" height="<?=$Thumbnail_Image_Height?>" alt="<?=$Name?>" /></a>
<div style="position: absolute; top: 10px; right: -5px;"><?=$New?></div>
</div>
<div style="font-size: 8pt">
<?=$Name?>
<?=$Admin_Link?><?=$Options?>
</div>
<?=$Reviews?>
<a style="font-size: 7pt" href="<?=$Detail_Link?>">more detail...</a>
<div class="product_price" style="width: 100%">
<?=$Price_Label?> <?=$Currency_Symbol?><?=$Base_Price?>
</div>
</form>
</td>
-Jason-


Reply With Quote


