Jump to content

Prijs afwijking product pagina


kbtjuh

Recommended Posts

Dag mensen,
 
Ben bezig met het ontwikkelen van een webshop, nu heb ik een probleem met de prijs op de product pagina: http://leerverf.pixodemo.nl/nl/leerverf/46-brush-lederverf.html
 
De 1000ml prijs is goed: €50,00
De 500ml prijs is NIET goed en word: €28.24, dit moet eigenlijk €28.25 zijn.
De 210ml prijs is ook NIET goed en word €14,66 dit moet €14.65 zijn.
 
De prijs word verlaagd via een combinatie, zie de afbeelding http://leerverf.pixodemo.nl/prijs.jpg. voorbeeld van 500ml combinatie. Er staat ook: De uiteindelijke product prijs zal ingesteld worden op € 28.25 Alleen komt €28.24 terug op de product pagina
 
Ook als ik de 500ml of de 210ml aan de winkelwagen toe voeg staat daar de prijs wel goed.
 
Volgens mij is dit de code:

<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>

Alvast bedankt, koen

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

Welke versie?

 

Kun je screenshots maken van je productconfiguratie?

 

Versie: 1.6.1.5

 

Wat wil je precies zien? product --> prijs instelling? of instellingen --> producten

 

Bedankt voor je tijd!

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...