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

"My colleague's body is amazing"

Are white and non-white police officers equally likely to kill black suspects?

What is the command to reset a PC without deleting any files

How can I add custom success page

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

Why do we use polarized capacitors?

Patience, young "Padovan"

What happens when a metallic dragon and a chromatic dragon mate?

Could Giant Ground Sloths have been a good pack animal for the ancient Mayans?

COUNT(*) or MAX(id) - which is faster?

Need help identifying/translating a plaque in Tangier, Morocco

What do the Banks children have against barley water?

Why is my log file so massive? 22gb. I am running log backups

Lied on resume at previous job

Why doesn't a const reference extend the life of a temporary object passed via a function?

What is the offset in a seaplane's hull?

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

Are cabin dividers used to "hide" the flex of the airplane?

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

Extreme, but not acceptable situation and I can't start the work tomorrow morning

Prime joint compound before latex paint?

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

Is this food a bread or a loaf?

What is it called when one voice type sings a 'solo'?



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

          Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

          Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

          How to solve knockout JS error in Magento 2 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?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2