Jump to content

Mas imagenes Modulo "Novedades" (Solucionado)


Pabloladen

Recommended Posts

Hola, que tal?

 

Me gustaria que apareceria mas imagenes en el modulo novedades. Actualmente solo me aparecen dos

 

Mi web www.turkeys.es

 

Muchisimas Gracias!!!!!!

 

un saludo

 

En el fichero:

 

blocknewproducts.tpl

 

Cambia esto:

 

  {if $smarty.foreach.newProducts.index < 2}

 

(Es decir cambia el "2")

Link to comment
Share on other sites

Gracias, lo acabo de hacer.

 

Pero como podeis ver en mi web, no me sale encuadrado la nueva fila que acabo de crear con la de arriba (la original). Podeis ayudarme?

 

Gracias

 

Ok, en el mismo fichero, cambia esto:

 

<li{if $smarty.foreach.newProducts.first} class="first"{/if}><a href="{$product.link}" title="{$product.legend|escape:html:'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'medium_default')}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$product.legend|escape:html:'UTF-8'}" /></a></li>

 

por esto:

 

<li><a href="{$product.link}" title="{$product.legend|escape:html:'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'medium_default')}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$product.legend|escape:html:'UTF-8'}" /></a></li>

 

Y despues, en el fichero:

 

blocknewproducts.css

 

cambia esto:

 

#new-products_block_right li {
float:left;
margin-right:20px;
padding:10px 0;
}

 

por esto

 

#new-products_block_right li {
float: left;
margin-right: 4px;
padding: 10px 0;
}

Link to comment
Share on other sites

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