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;
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:
- Is there a parameter in the magento configuration to increase the precision of the tier prices? ...or another easy way?
- 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?
- What are your thoughts?
Thanks and best regards,
Chris
magento-1.9 discount tierprice tiered-pricing percentage
New contributor
add a comment |
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:
- Is there a parameter in the magento configuration to increase the precision of the tier prices? ...or another easy way?
- 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?
- What are your thoughts?
Thanks and best regards,
Chris
magento-1.9 discount tierprice tiered-pricing percentage
New contributor
add a comment |
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:
- Is there a parameter in the magento configuration to increase the precision of the tier prices? ...or another easy way?
- 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?
- What are your thoughts?
Thanks and best regards,
Chris
magento-1.9 discount tierprice tiered-pricing percentage
New contributor
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:
- Is there a parameter in the magento configuration to increase the precision of the tier prices? ...or another easy way?
- 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?
- What are your thoughts?
Thanks and best regards,
Chris
magento-1.9 discount tierprice tiered-pricing percentage
magento-1.9 discount tierprice tiered-pricing percentage
New contributor
New contributor
edited 12 hours ago
Chris
New contributor
asked 12 hours ago
ChrisChris
11
11
New contributor
New contributor
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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