jeroendielemans Posted June 16, 2010 Share Posted June 16, 2010 SEE SCREENCAPTURE BELOW!I had a problem with taxes on discounted products so I tried switching my taxes off/on and see what would happen.After that, the quantity discount will only work with percent instead of fixed amount.I can fill in the fixed amount, but the system automatically makes it percent instead of fixed amount!So when I try fill in 10 euros, it will actually show the price at the quantity discount tab with 10 PERCENT off…Also the prices of related products below the product selected are shown tax-INCLUSIVE!Would be great if any of the great wizzkids here can tell me the solution! Link to comment Share on other sites More sharing options...
jeroendielemans Posted June 16, 2010 Author Share Posted June 16, 2010 >{if $quantity_discounts} <!-- quantity discount --> </pre> <ul> {l s='Quantity discount'} </ul> <br><div> {$quantity_discount.quantity|intval} {if $quantity_discount.quantity|intval > 1} {l s='quantities'} {else} {l s='quantity'} {/if} {if $quantity_discount.id_discount_type|intval == 1} -{$quantity_discount.value|floatval}% {else} -{convertPrice price=$quantity_discount.value|floatval} {/if} </div> <br Up is a part of my Product.tpl file... something wrong in there? Link to comment Share on other sites More sharing options...
bartman Posted June 16, 2010 Share Posted June 16, 2010 what version are you using Link to comment Share on other sites More sharing options...
jeroendielemans Posted June 16, 2010 Author Share Posted June 16, 2010 Version 1.2.5 Link to comment Share on other sites More sharing options...
jeroendielemans Posted July 15, 2010 Author Share Posted July 15, 2010 Version 1.3.1 Link to comment Share on other sites More sharing options...
jeroendielemans Posted July 15, 2010 Author Share Posted July 15, 2010 Version 1.3.1,Still the discount isnt right... It is now first subtracted with taxes before subtracted from unitprice. Link to comment Share on other sites More sharing options...
jeroendielemans Posted July 16, 2010 Author Share Posted July 16, 2010 Anyone>?.... Link to comment Share on other sites More sharing options...
Recommended Posts