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;
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 10 hours ago
Chris
New contributor
asked 10 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