View Single Post
  #1  
Old 12-22-2013, 11:00 AM
  LoveHurts's Avatar 
LoveHurts LoveHurts is offline
 

Advanced Member
  
Join Date: Mar 2007
Posts: 39
 

Exclamation Display mp3-links in search results page

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:
Click image for larger version

Name:	product_preview.jpg
Views:	378
Size:	78.1 KB
ID:	3638

On products.tpl:
Click image for larger version

Name:	products_preview.jpg
Views:	375
Size:	106.8 KB
ID:	3639

On search-results:
Click image for larger version

Name:	search_preview.jpg
Views:	393
Size:	210.1 KB
ID:	3640


Thx !!
__________________
Core version: 5.3.4.4
PHP: 5.6
Web server: Apache
---stll running a---
x-cart PRO 4.1.6 [unix] updated to 4.1.9
Belgium
Reply With Quote