Jump to content
  • 0

Nie wyświetlająca się cena w rich snippet


kazunarii

Question

4 answers to this question

Recommended Posts

  • 0

Hej,

 

 

Twój problem wynika prawdopodobnie z złego zaokrąglenia ceny.

Po przetestowaniu twojego produktu widać że presta jako price oznacza: "11.5005"

powinno być po prostu "11,50". Popraw zaokrąglenie cen i powinno być ok.

 

 

P.S. Jaki moduł wykorzystujesz do opinii/recenzji produktu?

 

 

Pozdrawiam,

Kasper

  • Like 1
Link to comment
Share on other sites

  • 0

No właśnie próbowałem z zaokrągleniem cen, ale niestety to nie działa. Domyślnie jest Zaokrąglaj w górę na połowie. Nie widzę, też miejsca w kodzie, które należałoby zmienić:

<p class="our_price_display" itemprop="offers" itemscope itemtype="https://schema.org/Offer">{strip}
				{if $product->quantity > 0}<link itemprop="availability" href="https://schema.org/InStock"/>{/if}
					{if $priceDisplay >= 0 && $priceDisplay <= 2}
						<span id="our_price_display" class="price" itemprop="price" content="{$productPrice}">{convertPrice price=$productPrice|floatval}</span>
						{if $tax_enabled  && ((isset($display_tax_label) && $display_tax_label == 1) || !isset($display_tax_label))}
							{if $priceDisplay == 1} {l s='tax excl.'}{else} {l s='tax incl.'}{/if}
						{/if}
						<meta itemprop="priceCurrency" content="{$currency->iso_code}" />
						{hook h="displayProductPriceBlock" product=$product type="price"}
					{/if}
				{/strip}</p>

Moduł do opinii, to Komentarze produktu v.3.6.1

Edited by kazunarii (see edit history)
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...