kazunarii Posted March 9, 2017 Share Posted March 9, 2017 Mam problem z ogarnięciem ceny w sklepie postawionym na preście. Niby w narzędziach do testowania danych struktrualnych wszystko jest w porządku, a mimo to nie wyświetla się ona wcale. W jaki sposób mogę to naprawić? Przykładowy produkt:https://medpak.com.pl/mydlo-marsylskie-lawendowe-72-kostka-300g Link to comment Share on other sites More sharing options...
0 Kasperek Posted March 9, 2017 Share Posted March 9, 2017 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 1 Link to comment Share on other sites More sharing options...
0 kazunarii Posted March 10, 2017 Author Share Posted March 10, 2017 (edited) 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 March 10, 2017 by kazunarii (see edit history) Link to comment Share on other sites More sharing options...
0 Kasperek Posted March 10, 2017 Share Posted March 10, 2017 (edited) Hej, zerknij na preferencje -> ogólny -> ilość miejsc dziesiętnych Powinno być ustawione "2" Pozdrawiam, Kasper Edited March 10, 2017 by Kasperek (see edit history) Link to comment Share on other sites More sharing options...
0 kazunarii Posted March 10, 2017 Author Share Posted March 10, 2017 Hej, zerknij na preferencje -> ogólny -> ilość miejsc dziesiętnych Powinno być ustawione "2" Pozdrawiam, Kasper Też sprawdzałem, ale jest tam wpisane "2". Link to comment Share on other sites More sharing options...
Question
kazunarii
Mam problem z ogarnięciem ceny w sklepie postawionym na preście. Niby w narzędziach do testowania danych struktrualnych wszystko jest w porządku, a mimo to nie wyświetla się ona wcale. W jaki sposób mogę to naprawić?
Przykładowy produkt:
https://medpak.com.pl/mydlo-marsylskie-lawendowe-72-kostka-300g
Link to comment
Share on other sites
4 answers to this question
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