X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Display mp3-links in search results page (https://forum.x-cart.com/showthread.php?t=68354)

LoveHurts 12-22-2013 11:00 AM

Display mp3-links in search results page
 
3 Attachment(s)
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:
Attachment 3638

On products.tpl:
Attachment 3639

On search-results:
Attachment 3640


Thx !!

LoveHurts 02-28-2014 09:00 AM

Re: Display mp3-links in search results page
 
Someone any idea please?

cflsystems 02-28-2014 05:41 PM

Re: Display mp3-links in search results page
 
The search uses its own way of collecting product info so if you have made any changes to how products show or their info for categories pages you may need to do the same for search pages - include/search.php

LoveHurts 03-01-2014 06:18 AM

Re: Display mp3-links in search results page
 
CLFsyst .. thank you for answer.

Include/search.php is a large chunk, but finally i found what i've needed.


Very thankfull => CLF Rulez this forum.


All times are GMT -8. The time now is 11:28 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.