Hi;
Xcart version : 4.1.9
Turns on a Wamp-server.
Why are my mp3-links not visible when i have searched a product true the searcher?
It is like the search_result.tpl not like to include the code on skin1\customer\main\products.tpl that is between {section} tags.
on search_result.tpl {include file="customer/main/products.tpl" products=$products}
On /skin1/costumer/main/Products.tpl
Code:
<td align="left" valign="top" style="vertical-align: top;">
<table width="100%">
{section max=4 loop=$products[product].preview_files name=pf}
<tr><td align="left" valign="top" style="vertical-align: top;">
<a href="{$xcart_web_dir}/preview/{$products[product].preview_files[pf].file}">
<img src="{$ImagesDir}/headphone.gif" border="0"></a></td><td>
<a href="{$xcart_web_dir}/preview/{$products[product].preview_files[pf].file}">
<ul class="playlist"><li><font style="font-size: 9px;">{$products[product].preview_files[pf].name|escape}</font></a></li></td></tr>
{/section}
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<br />
<br />
{/section}
On product.tpl:
On products.tpl:
On search-results:
Thx !!