Hi Again,
I am sorry for the delay as Internet connection at my end was not working...Please don't mind
Here is the code for the "
customer/main/products.tpl" file at my end. I have bolded those lines of code here for seedetails.tpl. See below:
--------------------------------------------------------------------------------------
{* $Id: products.tpl,v 1.21.2.2 2003/03/11 10:49:14 svowl Exp $ *}
{section name=product loop=$products}
<table width="400" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="153" valign="top" align="center">
<table width="153" border="0" cellspacing="0" cellpadding="0" name="featuredimage-table">
<tr>
<td colspan="3" height="25">[img]{$ImagesDir}/img-featured-1.gif[/img]</td>
</tr>
<tr>
<td width="3" background="{$ImagesDir}/img-featured-2.gif">[img]{$ImagesDir}/spacer.gif[/img]</td>
<td width="147" align="center" valign="top">
<table align="center"name="mainfeatured-box" width="140" border="0" cellspacing="0" cellpadding="0">
<tr><td height="10">[img]{$ImagesDir}/spacer.gif[/img]</td></tr><tr>
<td><a href=product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}>{in clude file="product_thumbnail.tpl" productid=$products[product].productid image_x=140 product=$products[product].product}</a></td>
</tr>
<tr><td height="10">[img]{$ImagesDir}/spacer.gif[/img]</td></tr>
</table>
</td>
<td width="3" background="{$ImagesDir}/img-featured-2.gif">[img]{$ImagesDir}/spacer.gif[/img]</td>
</tr>
<tr valign="top" align="center">
<td colspan="3><a href=product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}>{in clude
file="buttons/seedetails.tpl"}</a>
</td>
</tr>
</table>
</td>
<td width="7"></td>
<td width="240">
<table name="details" width="240" border="0" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#666666">
<td colspan="3" height="1">[img]{$ImagesDir}/spacer.gif[/img]</td>
</tr>
<tr>
<td bgcolor="#666666" width="1">[img]{$ImagesDir}/spacer.gif[/img]</td>
<td valign="top" align="center" width="238">
<table width="230" border="0" cellspacing="0" cellpadding="0" name="pr-name" bgcolor="#F8F8F8">
<tr>
<td bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="25">
{$products[product].product}</font></td>
</tr>
<tr>
<td height="3" bgcolor="#FFFFFF">[img]{$ImagesDir}/spacer.gif[/img]</td>
</tr>
</table>
<table width="230" border="0" cellspacing="0" cellpadding="0" name="pr-details" bgcolor="#DDDDDD">
<tr>
<td width="5"></td>
<td width="220"><font size=1>
{$products[product].descr|truncate:300:"...":true}
</font></td>
<td width="5"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="3" colspan="3">[img]{$ImagesDir}/spacer.gif[/img]</td>
</tr>
</table>
<table width="230" border="0" cellspacing="0" cellpadding="0" name="pr-price" bgcolor="#F8F8F8">
<tr>
<td width="5"></td>
<td width="220" height="20">{if $active_modules.Subscriptions ne "" and $products[product].catalogprice}
{include file="modules/Subscriptions/subscription_info_inlist.tpl"}
{else}
{if $products[product].price ne 0}
{if $products[product].discount ne 0}
<font class=MarketPrice>{$lng.lbl_market_price}: <s>
{math equation="price/(1-(discount/100))" price=$products[product].price discount=$products[product].discount format="%d.00" assign=unformatted}{include file="currency.tpl" value=$unformatted}
</s></font>
{/if}
<font class=ProductPrice>{$lng.lbl_our_price}: {include file="currency.tpl" value=$products[product].price}</font><font class=MarketPrice>{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$products[product].price}</font>{if $products[product].discount ne 0}, save {$products[product].discount}%{/if}{if $config.General.use_vat eq "Y"}, {$lng.lbl_including_vat} {$products[product].vat}%{/if}
{else}
<font class=ProductPrice>{$lng.lbl_enter_your_price}</font>
{/if}
{/if}</td>
<td width="5"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="3"></td>
</tr>
</table>
</td>
<td bgcolor="#666666" width="1">[img]{$ImagesDir}/spacer.gif[/img]</td>
</tr>
<tr bgcolor="#666666">
<td colspan="3" height="1">[img]{$ImagesDir}/spacer.gif[/img]</td>
</tr>
</table>
</td>
</tr>
</table>
{/section}
--------------------------------------------------------------------------------------
Here is the code for
"/buttons/seedetails.tpl"
--------------------------------------------------------------------------------------
[img]{$ImagesDir}/b_see-details.gif[/img]
--------------------------------------------------------------------------------------
Also, can you tell me how to add affiliate section in our home page.
Thankyou
Bye