Jump to content

Caracteristicas en Product_list


ck-iridium

Recommended Posts

Hola, he encontrado medio solucion a mi problema. Pero no funciona bien. Uso 1.4.6 PS

 

He encontrado en este post : http://www.prestasho...0%99s-features/ la forma de agregar las caracteristicas.

 

En mi caso, tengo mas de 2500 caracteristicas, las cuales solo me servirian, una pocas, y solo mostraria 4 o 5 como maximo.

 

Asi pues me gustaria poder hacer funcionar el codigo:

 

{foreach from=$product.features item=feature name=features}		
	 {if $feature.name == 'Release Date'}
	 {$feature.name|escape:'htmlall':'UTF-8'}:
		  {$feature.value|escape:'htmlall':'UTF-8'}

	{/if}
   {if $feature.name == 'Studio'}
   {$feature.name|escape:'htmlall':'UTF-8'}:
		{$feature.value|escape:'htmlall':'UTF-8'}

   {/if}
   {foreachelse}
   Awaiting Release Details...
   {/foreach}

 

Gracias de antemano, Saludos.

Link to comment
Share on other sites

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