Jump to content

añadir funciones al módulo de búsqueda de prestashop


xonil

Recommended Posts

Hola a todos,quisiera añadir más funcionalidades al módulo que viene por defecto en prestashop 1.5.5

 

creo que es blocksearch. 

 

Os cuento lo que he hecho, en el archivo blocksearck.tpl he añadido más código para que se visualiza de momento, y no me da ningún resultado, por eso acudo a ustedes a ver que es lo que me dejo en el tintero, ya que si lo más simple ya no me funciona, no puedo seguir avanzando.

 

pego lo como ha quedado el código finalmente:

{*
* 2007-2013 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2013 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}
 
<!-- Block search module -->
<div id="search_block_left" class="block exclusive">
<h4 class="title_block">{l s='Search' mod='blocksearch'}</h4>
<form method="get" action="{$link->getPageLink('search', true)|escape:'html'}" id="searchbox">
<select name="os">
 <option value="1">Piso</option>
 <option value="2">Chalet</option>
 <option value="3">Terreno</option>
 <option value="4">Apartamento</option>
</select>
<p class="block_content">
<label for="search_query_block">{l s='Enter a product name or description. ' mod='blocksearch'}</label>
<input type="hidden" name="controller" value="search" />
<input type="hidden" name="orderby" value="position" />
<input type="hidden" name="orderway" value="desc" />
 
<input class="search_query" type="text" id="search_query_block" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'|stripslashes}{/if}" />
<input type="submit" id="search_button" class="button_mini" value="{l s='Go!' mod='blocksearch'}" />
</p>
 
</form>
</div>
{include file="$self/blocksearch-instantsearch.tpl"}
<!-- /Block search module -->
 
la versión es la 1.5.5.0 
y la dirección es 
 
espero alguna ayuda.
Saludos
Link to comment
Share on other sites

Bueno, os cuento como me va. De momento he conseguido que se visualice el select que he añadido, para ello siguiendo algún post de este mismo foro, lo que he cambiado ha sido en el archivo /theme/default/modules/blocksearc_top.tpl, despues ya no sé si hacia falta borrar los archivos de la cache, pero ya se ve, pero ahora falta asociarlo al boton de envio.

 

A ver esa ayuda gente.

Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...