Jump to content

Modulo Novedades con Precio?


Pabloladen

Recommended Posts

Fichero:

 

/modules/blocknewproducts/blocknewproducts.tpl

 

/themes/tu-plantilla/modules/blocknewproducts/blocknewproducts.tpl

 

Busca esto:

 

{foreach from=$new_products item=newproduct name=myLoop}
  <dt class="{if $smarty.foreach.myLoop.first}first_item{elseif $smarty.foreach.myLoop.last}last_item{else}item{/if}"><a href="{$newproduct.link}" title="{$newproduct.name|escape:html:'UTF-8'}">{$newproduct.name|strip_tags|escape:html:'UTF-8'}</a></dt>
  {if $newproduct.description_short}<dd class="{if $smarty.foreach.myLoop.first}first_item{elseif $smarty.foreach.myLoop.last}last_item{else}item{/if}"><a href="{$newproduct.link}">{$newproduct.description_short|strip_tags:'UTF-8'|truncate:75:'...'}</a><br /><a href="{$newproduct.link}" class="lnk_more">{l s='Read more' mod='blocknewproducts'}</a></dd>{/if}

 

Y prueba dejarlo asi:

 

{foreach from=$new_products item=newproduct name=myLoop}
  <dt class="{if $smarty.foreach.myLoop.first}first_item{elseif $smarty.foreach.myLoop.last}last_item{else}item{/if}"><a href="{$newproduct.link}" title="{$newproduct.name|escape:html:'UTF-8'}">{$newproduct.name|strip_tags|escape:html:'UTF-8'}</a></dt>
    {if $newproduct.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$newproduct.price}{else}{convertPrice price=$newproduct.price_tax_exc}{/if}</span></p>{else}<div></div>{/if}
 {if $newproduct.description_short}<dd class="{if $smarty.foreach.myLoop.first}first_item{elseif $smarty.foreach.myLoop.last}last_item{else}item{/if}"><a href="{$newproduct.link}">{$newproduct.description_short|strip_tags:'UTF-8'|truncate:75:'...'}</a><br /><a href="{$newproduct.link}" class="lnk_more">{l s='Read more' mod='blocknewproducts'}</a>

  </dd>{/if}

 

Despues en el mismo fichero, busca esto:

 

{foreach from=$new_products item='product' name='newProducts'}
  {if $smarty.foreach.newProducts.index < 2}
   <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>

 

Y dejalo asi:

 

 {if $smarty.foreach.newProducts.index < 2}
   <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>
	 {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div></div>{/if}
</li>

Link to comment
Share on other sites

Tengo que modificarlo en ambos sitios no?

 

Si lo tienes aqui:

 

/themes/tu-plantilla/modules/blocknewproducts/blocknewproducts.tpl

 

modificar en dicho sitio.

 

Sino lo tienes hay:

 

/themes/tu-plantilla/modules/blocknewproducts/blocknewproducts.tpl

 

Copia el fichero:

 

/modules/blocknewproducts/blocknewproducts.tpl

 

en

 

/themes/tu-plantilla/

 

y modifica el que tengas en tu plantilla.

 

(Esto permite tener todo centralizado)

Link to comment
Share on other sites

Gracias por el interes nadie

 

Estoy trabajando (socorrista) y no tengo acceso a mi portatil, por lo que temas en los que tengo k modficar archivos a traves de ftp no puedo hacerlo :/

 

Esta noche cuando llegue a casa lo hago sin falta

 

 

Graciaass

Link to comment
Share on other sites

Gracias por el interes nadie

 

Estoy trabajando (socorrista) y no tengo acceso a mi portatil, por lo que temas en los que tengo k modficar archivos a traves de ftp no puedo hacerlo :/

 

Esta noche cuando llegue a casa lo hago sin falta

 

 

Graciaass

 

Ah ok,

 

Perfecto !

 

Ya me contaras como fue todo !

Link to comment
Share on other sites

  • 2 weeks later...

hice lo indicado y ya directamente no me cargaba la web :/

 

se me quedaba la pantalla en blanco :/

 

 

edit: acabo de subir los archivos backup que tenia y todo va bien

 

como puedo poner los precios en el modulo de novedades?

 

graaciaass

 

Vuelve a subir los ficheros modificados, y habilita el reporte de errores, como indico yo aquí: http://www.prestashop.com/forums/index.php?/topic/232477-%c2%bfque-hacer-cuando-se-queda-la-pantalla-en-blanco-en-prestashop/

Link to comment
Share on other sites

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