Jump to content

Productos en la misma categoría / También te puede interesar


pilarmateos

Recommended Posts

Buenas tardes!!

 

¿Cómo puedo hacer para que no se pise con el footer el módulo de productos en la misma categoría? ¿se puede poner que se listen 4 productos nada más? ¿es normal lo que pasa?

http://tienda.lumenareas.com/led/18-lampara-led-4.html

 

También me ocurre si utilizo un producto como pack! el footer se queda pisado por la información del producto!

http://tienda.lumenareas.com/led/20-lampara-led-6.html

 

Gracias!

post-361241-0-21036500-1344859521_thumb.jpg

post-361241-0-70683600-1344859524_thumb.jpg

Link to comment
Share on other sites

  • 3 weeks later...

en preferencias, productos puedes ajustar la cantidad

Pero ahí sólo veo "Productos por página" y se cambian los productos listados en cada categoría, no los del módulo "también te puede interesar". Ahora he puesto 4 en esa casilla, puedes ver lo que ocurre...

http://tienda.lumenareas.com/20-pie 4 listados en la categoría exterior/pie

http://tienda.lumenareas.com/exterior/30-brigit-pie-exterior-rgb.html en cambio 11 productos para "también te puede interesar"

 

:wacko:

Link to comment
Share on other sites

ahh, es del modulo que te refieres.

Y ajustandolo desde el modulo no funciona? tienes otro modulo de terceros?

 

Sólo puedo modificar desde el módulo si quiero que aparezca el precio en los productos o no... no hay más!!

El módulo supongo que sería el que venía en la plantilla de matrice... sería tocando código o si hay algún módulo parecido que pueda cambiar esos parámetros desde el back office, pues genial!!

Link to comment
Share on other sites

ahí va mi productscategory.tpl del theme!!

 

 

{if count($categoryProducts) > 0}

<div class="products_block accessories_block" id="idTab15">

<h6><b>{$categoryProducts|@count}</b> {l s='other products in the same category:' mod='productscategory'}</h6>

<ul>

{foreach from=$categoryProducts item='categoryProduct' name=categoryProduct}

<li>

<p id="product_list_stuffs">

{if $categoryProduct.new == 1}<span class="new_product"><strong>{l s='Nuevo'}</strong><br />

</span>{/if}

{if $categoryProduct.on_sale}

<span class="on_sale"><strong>{l s='¡En rebajas!'}</strong></span>

<span class="on_sale"><strong>{l s='¡Rebajado!'} <strike>{convertPrice price=$categoryProduct.price_without_reduction}</strike></strong><br /></span>

{/if}

</p>

<a href="{$categoryProduct.link}" title="{$categoryProduct.name|htmlspecialchars}">

<img src="{$link->getImageLink($categoryProduct.link_rewrite, $categoryProduct.id_image, 'large')}" alt="{$categoryProduct.name|htmlspecialchars}" />

</a>

<h5>

<a href="{$categoryProduct.link}" title="{$categoryProduct.name|htmlspecialchars}">

{$categoryProduct.name|truncate:25:'...'|escape:'htmlall':'UTF-8'}

</a>

</h5>

<p><a href="{$categoryProduct.link}" title="{$categoryProduct.name|htmlspecialchars}" title="{l s='More' mod='productscategory'}">{$categoryProduct.description_short|strip_tags|truncate:140s:'...'}</a></p>

<p class="pprice">

{if $ProdDisplayPrice AND $categoryProduct.show_price == 1 AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}

<span>{displayWtPrice p=$categoryProduct.price}</span>

{/if}

<a href="{$categoryProduct.link}" title="{$categoryProduct.name|htmlspecialchars}" title="{l s='View' mod='productscategory'}">

{l s='Ver' mod='productscategory'}

</a>

</p>

</li>

{/foreach}

</ul>

</div>

{/if}

Link to comment
Share on other sites

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