Jump to content

Quitar el signo € , del archivo product-list.tpl ( SOLUCIONADO )


jjryeste

Recommended Posts

<div class="our_price_display" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
{if $product->quantity > 0}<link itemprop="availability" href="http://schema.org/InStock"/>{/if}

<span id="our_price_display" itemprop="price" content="{$productPrice}">{convertPrice price=$productPrice}</span>
<meta itemprop="priceCurrency" content="{$currency->iso_code}" />


Solo he dejado lo importante, para que te hagas una idea. Yo lo tengo así y va perfecto.

Link to comment
Share on other sites

Hola gracias por responder , mi prestashop es 1.6 y en el product-list.tpl

localizo estos dos bloques lo que dices no lo encuentro en mi product-list.tpl

 

<div class="content_price" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}
<span itemprop="price" class="price product-price">
{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}
</span>
<meta itemprop="priceCurrency" content="{$priceDisplay}" />
{if isset($product.specific_prices) && $product.specific_prices && isset($product.specific_prices.reduction) && $product.specific_prices.reduction > 0}
<span class="old-price product-price">
{displayWtPrice p=$product.price_without_reduction}
</span>
 
y este otro
 
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_pricee">
{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}
<span itemprop="price" class="price product-price">
<font color="#719F41"><strong><font size=4>{l s='Precio'}</strong></font>
{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}
</span>
Edited by jjryeste (see edit history)
Link to comment
Share on other sites

ok hecho lo que has dicho

tambien he ido al moduo blockbestseller dentro del tema y he modificado

esto

<span class="price">{$product.price}</span>

por esto

<span class="price">{$product.price} content="{$product.price}</span>

por el error en el analisis de la pagina pricipal me dice que hay 4 errores price en home modulo mas vendidos

pero nada

Link to comment
Share on other sites

he modificado en blockbestseller.tpl en el modulo del tema

<span class="price">{$product.price}</span>

 

 por esto

 

 

<span itemprop="price" class="price product-price" content="{$product.price}">
                           {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}
                            </span>
y sigue sin hacer efecto
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...