Jump to content

[SOLUCIONADO]Inluir frase IVA incluido en producto


tonboarts

Recommended Posts

Hola estoy usando prestashop 1.6 y despues de ver otras entradas del foro con la misma custion, no encuentro lo mismo para mi, ya que siempre he visto la solucion para el theme que esta por defecto, pero no a un theme diferente.

 

Os dejo un link para que podais ver donde necesito incluir la frase IVA Inlcuido. debajo del precio

http://alfombrasaguamarina.es/es/alfombras/79522-alfombra-belis-20979.html

 

Gracias por adelantado.

Edited by tonboarts (see edit history)
Link to comment
Share on other sites

Hola Ventura.

 

Ya lo conseguí, en la linea de:

 

/if}
                {if $priceDisplay >= 0 && $priceDisplay <= 2}
                    <span itemprop="price" id="IVA Incluido"  style="font-size:1.2em">{convertPrice price=$productPrice}</span>
                    <meta itemprop="priceCurrency" content="{$currency->iso_code}" />
                  
                {/if}

 

Le añadi:

 

/if}
                {if $priceDisplay >= 0 && $priceDisplay <= 2}
                    <span itemprop="price" id="IVA Incluido"  style="font-size:1.2em">{convertPrice price=$productPrice}</span>
                    <meta itemprop="priceCurrency" content="{$currency->iso_code}" /><span class="IVA Incluido">IVA Incluido</span>
                    
                {/if}

 

Y listo!!

 

Gracias por tu interes

Link to comment
Share on other sites

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