Jump to content

kbtjuh

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • First Name
    koen
  • Last Name
    berendsen

kbtjuh's Achievements

Newbie

Newbie (1/14)

0

Reputation

1

Community Answers

  1. Hello all, I'm working on a webshop with prestashop version: 1.6.1.5, but i have a problem on the product page: http://leerverf.pixodemo.nl/nl/leerverf/46-brush-lederverf.html The 1000ml price is good €50.00 The 500ml price is NOT good: €28.24 this must be: €28.25 The 210ml price is NOT good: €14,66 this must be: €14.65 For the 500ml and 210ml there is a 00,01 difference. The price is calculated in a combination and decreases, here is an example image of the 500ml price calculation: http://leerverf.pixodemo.nl/prijs-eng.jpg The weird thing is that when i add the 500ml to the cart, it is showing the right price. So on the product page it's showing wrong but in the cart it's the right price. I think this is the code for showing the price on the product page: <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> Thanks for your help, Regards Koen
  2. Ik heb je PM gestuurd met inloggegevens van shop, dat gaat wat sneller en makkelijker denk ik.
  3. Versie: 1.6.1.5 Wat wil je precies zien? product --> prijs instelling? of instellingen --> producten Bedankt voor je tijd!
  4. 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
  5. ohh never mind, i found the problem.
  6. Hello all, I created this next webshop: http://leerverf.pixodemo.nl/nl/home/19-brush-lederverf.html The add to cart button is not working anymore can somone see the problem? Here is de code: http://pastebin.com/j2PwHLJs Thansk for your time, Regards Koen
×
×
  • Create New...