Magento 1.9 tier discount precisionHow to set tier prices by percentage in magento?Is there a way to mass reduce prices of specified products? And their tier pricing too?Product Discount Groups and Customer GroupsIncrease price by __ %Tiered discount to take into account the quantity of other productsSet different price for each additional quantityRounding Product Price triggers tax issueTier price and Tax CalculationRound price before apply any catalog price rules to itMagento 1.9.x Discounts deducted from Excl. Tax Price even when Including Tax is set in Apply Discount On Prices Settings

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

Can a planet have a different gravitational pull depending on its location in orbit around its sun?

Is there a familial term for apples and pears?

Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?

What is GPS' 19 year rollover and does it present a cybersecurity issue?

Can I legally use front facing blue light in the UK?

What to wear for invited talk in Canada

Is domain driven design an anti-SQL pattern?

Prime joint compound before latex paint?

How to manage monthly salary

How to answer pointed "are you quitting" questioning when I don't want them to suspect

Email Account under attack (really) - anything I can do?

aging parents with no investments

Where else does the Shulchan Aruch quote an authority by name?

"My colleague's body is amazing"

Unbreakable Formation vs. Cry of the Carnarium

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Why is the design of haulage companies so “special”?

Is this food a bread or a loaf?

New order #4: World

If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?

How do I create uniquely male characters?

Ideas for 3rd eye abilities

What is the offset in a seaplane's hull?



Magento 1.9 tier discount precision


How to set tier prices by percentage in magento?Is there a way to mass reduce prices of specified products? And their tier pricing too?Product Discount Groups and Customer GroupsIncrease price by __ %Tiered discount to take into account the quantity of other productsSet different price for each additional quantityRounding Product Price triggers tax issueTier price and Tax CalculationRound price before apply any catalog price rules to itMagento 1.9.x Discounts deducted from Excl. Tax Price even when Including Tax is set in Apply Discount On Prices Settings






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















We have a Problem with differences in the total price of the order between our Magento Webshop and ERP.



For example Magento (in our case 1.9.4.0) calculates this way:



  • 7.85 € (product price) - 5% (tier disc. for 5 pcs) = 7.4575 € => 7.46 € (will be rounded now)

  • 7.46 € (tier price) x 100 pcs (qty) = 746.00 € (position total)

But our german ERP calculates this way:



  • 7.85 € (product price) - 5% (tier disc. for 5 pcs) = 7.4575 €

  • 7.4575 € (tier price) x 100 pcs (qty) = 745.75 € (position total) => 745.75 € (will be rounded now)

Result for the order item total:



  • Mage: 746.00 € => more or less 5% discount ( 4.97% )

  • ERP: 745.75 € => exactly 5% discount

My reflections:



It could be a solution to...



  • ...increase the precision of the tier prices from 2 decimal places to X

  • ...use percentage tier discounts instead of amounts.

Questions:



  1. Is there a parameter in the magento configuration to increase the precision of the tier prices? ...or another easy way?

  2. Do you have a recommendation for a module, which allows percentage tier discounts, calulates with all decimal places and rounds the item total at the end?

  3. What are your thoughts?

Thanks and best regards,



Chris










share|improve this question









New contributor




Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    0















    We have a Problem with differences in the total price of the order between our Magento Webshop and ERP.



    For example Magento (in our case 1.9.4.0) calculates this way:



    • 7.85 € (product price) - 5% (tier disc. for 5 pcs) = 7.4575 € => 7.46 € (will be rounded now)

    • 7.46 € (tier price) x 100 pcs (qty) = 746.00 € (position total)

    But our german ERP calculates this way:



    • 7.85 € (product price) - 5% (tier disc. for 5 pcs) = 7.4575 €

    • 7.4575 € (tier price) x 100 pcs (qty) = 745.75 € (position total) => 745.75 € (will be rounded now)

    Result for the order item total:



    • Mage: 746.00 € => more or less 5% discount ( 4.97% )

    • ERP: 745.75 € => exactly 5% discount

    My reflections:



    It could be a solution to...



    • ...increase the precision of the tier prices from 2 decimal places to X

    • ...use percentage tier discounts instead of amounts.

    Questions:



    1. Is there a parameter in the magento configuration to increase the precision of the tier prices? ...or another easy way?

    2. Do you have a recommendation for a module, which allows percentage tier discounts, calulates with all decimal places and rounds the item total at the end?

    3. What are your thoughts?

    Thanks and best regards,



    Chris










    share|improve this question









    New contributor




    Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      We have a Problem with differences in the total price of the order between our Magento Webshop and ERP.



      For example Magento (in our case 1.9.4.0) calculates this way:



      • 7.85 € (product price) - 5% (tier disc. for 5 pcs) = 7.4575 € => 7.46 € (will be rounded now)

      • 7.46 € (tier price) x 100 pcs (qty) = 746.00 € (position total)

      But our german ERP calculates this way:



      • 7.85 € (product price) - 5% (tier disc. for 5 pcs) = 7.4575 €

      • 7.4575 € (tier price) x 100 pcs (qty) = 745.75 € (position total) => 745.75 € (will be rounded now)

      Result for the order item total:



      • Mage: 746.00 € => more or less 5% discount ( 4.97% )

      • ERP: 745.75 € => exactly 5% discount

      My reflections:



      It could be a solution to...



      • ...increase the precision of the tier prices from 2 decimal places to X

      • ...use percentage tier discounts instead of amounts.

      Questions:



      1. Is there a parameter in the magento configuration to increase the precision of the tier prices? ...or another easy way?

      2. Do you have a recommendation for a module, which allows percentage tier discounts, calulates with all decimal places and rounds the item total at the end?

      3. What are your thoughts?

      Thanks and best regards,



      Chris










      share|improve this question









      New contributor




      Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      We have a Problem with differences in the total price of the order between our Magento Webshop and ERP.



      For example Magento (in our case 1.9.4.0) calculates this way:



      • 7.85 € (product price) - 5% (tier disc. for 5 pcs) = 7.4575 € => 7.46 € (will be rounded now)

      • 7.46 € (tier price) x 100 pcs (qty) = 746.00 € (position total)

      But our german ERP calculates this way:



      • 7.85 € (product price) - 5% (tier disc. for 5 pcs) = 7.4575 €

      • 7.4575 € (tier price) x 100 pcs (qty) = 745.75 € (position total) => 745.75 € (will be rounded now)

      Result for the order item total:



      • Mage: 746.00 € => more or less 5% discount ( 4.97% )

      • ERP: 745.75 € => exactly 5% discount

      My reflections:



      It could be a solution to...



      • ...increase the precision of the tier prices from 2 decimal places to X

      • ...use percentage tier discounts instead of amounts.

      Questions:



      1. Is there a parameter in the magento configuration to increase the precision of the tier prices? ...or another easy way?

      2. Do you have a recommendation for a module, which allows percentage tier discounts, calulates with all decimal places and rounds the item total at the end?

      3. What are your thoughts?

      Thanks and best regards,



      Chris







      magento-1.9 discount tierprice tiered-pricing percentage






      share|improve this question









      New contributor




      Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 10 hours ago







      Chris













      New contributor




      Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 10 hours ago









      ChrisChris

      11




      11




      New contributor




      Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Chris is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269232%2fmagento-1-9-tier-discount-precision%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Chris is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Chris is a new contributor. Be nice, and check out our Code of Conduct.












          Chris is a new contributor. Be nice, and check out our Code of Conduct.











          Chris is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269232%2fmagento-1-9-tier-discount-precision%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Disable / Remove link to Product Items in Cart Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How can I limit products that can be bought / added to cart?Remove item from cartHide “Add to Cart” button if specific products are already in cart“Prettifying” the custom options in cart pageCreate link in cart sidebar to view all added items After limit reachedLink products together in checkout/cartHow to Get product from cart and add it againHide action-edit on cart page if simple productRemoving Cart items - ObserverRemove wishlist items when added to cart

          Helsingin valtaus Sisällysluettelo Taustaa | Yleistä sotatoimista | Osapuolet | Taistelut Helsingin ympäristössä | Punaisten antautumissuunnitelma | Taistelujen kulku Helsingissä | Valtauksen jälkeen | Tappiot | Muistaminen | Kirjallisuutta | Lähteet | Aiheesta muualla | NavigointivalikkoTeoksen verkkoversioTeoksen verkkoversioGoogle BooksSisällissota Helsingissä päättyi tasan 95 vuotta sittenSaksalaisten ylivoima jyräsi punaisen HelsinginSuomalaiset kuvaavat sotien jälkiä kaupungeissa – katso kuvat ja tarinat tutuilta kulmiltaHelsingin valtaus 90 vuotta sittenSaksalaiset valtasivat HelsinginHyökkäys HelsinkiinHelsingin valtaus 12.–13.4. 1918Saksalaiset käyttivät ihmiskilpiä Helsingin valtauksessa 1918Teoksen verkkoversioTeoksen verkkoversioSaksalaiset hyökkäävät Etelä-SuomeenTaistelut LeppävaarassaSotilaat ja taistelutLeppävaara 1918 huhtikuussa. KapinatarinaHelsingin taistelut 1918Saksalaisten voitonparaati HelsingissäHelsingin valtausta juhlittiinSaksalaisten Helsinki vuonna 1918Helsingin taistelussa kaatuneet valkokaartilaisetHelsinkiin haudatut taisteluissa kaatuneet punaiset12.4.1918 Helsingin valtauksessa saksalaiset apujoukot vapauttavat kaupunginVapaussodan muistomerkkejä Helsingissä ja pääkaupunkiseudullaCrescendo / Vuoden 1918 Kansalaissodan uhrien muistomerkkim

          Adjektiivitarina Tarinan tekeminen | Esimerkki: ennen | Esimerkki: jälkeen | Navigointivalikko