jjryeste Posted December 7, 2016 Share Posted December 7, 2016 (edited) Hola, alguien sabe como puedo quitar el signo , Euro del archivo product-list.tpl para el analisis de datos estructurados de google € 3.00 (La propiedad € 3.00 no es una especificación de precio válida. Gracias. Edited December 11, 2016 by jjryeste (see edit history) Link to comment Share on other sites More sharing options...
mAchAcA Posted December 7, 2016 Share Posted December 7, 2016 <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 More sharing options...
jjryeste Posted December 7, 2016 Author Share Posted December 7, 2016 (edited) 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 December 7, 2016 by jjryeste (see edit history) Link to comment Share on other sites More sharing options...
jjryeste Posted December 8, 2016 Author Share Posted December 8, 2016 gracias, ya cambie el formato de la moneda , y ahora pongo el codigo como me has dicho , gracias esta es mi pagina http://www.patrones-bordados.es Link to comment Share on other sites More sharing options...
jjryeste Posted December 8, 2016 Author Share Posted December 8, 2016 Perfecto mil gracias Enrique , todo quedo perfecto https://search.google.com/structured-data/testing-tool/u/0/#url=http%3A%2F%2Fwww.patrones-bordados.es Ole, y repito mil gracias Link to comment Share on other sites More sharing options...
jjryeste Posted December 8, 2016 Author Share Posted December 8, 2016 Acabo de darme cuenta de que estan todos bien exepto los del bloque mas vendidos o Top ventas Link to comment Share on other sites More sharing options...
jjryeste Posted December 8, 2016 Author Share Posted December 8, 2016 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 More sharing options...
jjryeste Posted December 8, 2016 Author Share Posted December 8, 2016 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 More sharing options...
jjryeste Posted December 11, 2016 Author Share Posted December 11, 2016 Gracias , Enrique,muy agradecido , Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now