How to get round Price Value in Grand Total Magento 1.9.2?Grand total in cart priceHow can I get discount amount and grand total amount in mini cart ? (Magento 1.9)How to edit or hide magento grand total section?Creating reorder giving grand total in double priceHow to get discount value round up in magentoRound Off grand totalMagento Tier Price Round Offhow to get Grand Total of Wishlish Items in magento?Round a total tax priceHow to add updated shipping cost in grand total
How to read string as hex number in bash?
Determine voltage drop over 10G resistors with cheap multimeter
Splitting fasta file into smaller files based on header pattern
Error in master's thesis, I do not know what to do
Weird lines in Microsoft Word
Asserting that Atheism and Theism are both faith based positions
Why I don't get the wanted width of tcbox?
Can "few" be used as a subject? If so, what is the rule?
How to test the sharpness of a knife?
What (if any) is the reason to buy in small local stores?
Why is "la Gestapo" feminine?
Single word to change groups
Unfrosted light bulb
Would this string work as string?
How to find the largest number(s) in a list of elements?
Why didn't Héctor fade away after this character died in the movie Coco?
Should a narrator ever describe things based on a characters view instead of fact?
Why doesn't the fusion process of the sun speed up?
Does convergence of polynomials imply that of its coefficients?
Print a physical multiplication table
label a part of commutative diagram
How do researchers send unsolicited emails asking for feedback on their works?
Nested Dynamic SOQL Query
Print last inputted byte
How to get round Price Value in Grand Total Magento 1.9.2?
Grand total in cart priceHow can I get discount amount and grand total amount in mini cart ? (Magento 1.9)How to edit or hide magento grand total section?Creating reorder giving grand total in double priceHow to get discount value round up in magentoRound Off grand totalMagento Tier Price Round Offhow to get Grand Total of Wishlish Items in magento?Round a total tax priceHow to add updated shipping cost in grand total

How can I achieve round price value in Grand Total?
magento-1.9 database
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |

How can I achieve round price value in Grand Total?
magento-1.9 database
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Thats weird, i can see 4 magento version tags.. which version you are using?
– Lalit838
Jun 30 '17 at 7:38
it's mention above
– Aks
Jun 30 '17 at 8:01
Do you just need rounded price for grand total or for all the prices?
– Lalit838
Jun 30 '17 at 8:26
For price conversion you can use this module this module Allows you to manage the price display in an easy way: to show a custom currency symbol, the number of decimals, the symbol's position, and so on.
– Lalit838
Jun 30 '17 at 8:31
@Lalit838 - I have applied tax class on some products. I need rounded price for grand total because product prices are not in decimal value.
– Aks
Jun 30 '17 at 17:02
add a comment |

How can I achieve round price value in Grand Total?
magento-1.9 database

How can I achieve round price value in Grand Total?
magento-1.9 database
magento-1.9 database
edited Jun 30 '17 at 10:09
Moose
5,63053879
5,63053879
asked Jun 30 '17 at 4:38
AksAks
4613
4613
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Thats weird, i can see 4 magento version tags.. which version you are using?
– Lalit838
Jun 30 '17 at 7:38
it's mention above
– Aks
Jun 30 '17 at 8:01
Do you just need rounded price for grand total or for all the prices?
– Lalit838
Jun 30 '17 at 8:26
For price conversion you can use this module this module Allows you to manage the price display in an easy way: to show a custom currency symbol, the number of decimals, the symbol's position, and so on.
– Lalit838
Jun 30 '17 at 8:31
@Lalit838 - I have applied tax class on some products. I need rounded price for grand total because product prices are not in decimal value.
– Aks
Jun 30 '17 at 17:02
add a comment |
Thats weird, i can see 4 magento version tags.. which version you are using?
– Lalit838
Jun 30 '17 at 7:38
it's mention above
– Aks
Jun 30 '17 at 8:01
Do you just need rounded price for grand total or for all the prices?
– Lalit838
Jun 30 '17 at 8:26
For price conversion you can use this module this module Allows you to manage the price display in an easy way: to show a custom currency symbol, the number of decimals, the symbol's position, and so on.
– Lalit838
Jun 30 '17 at 8:31
@Lalit838 - I have applied tax class on some products. I need rounded price for grand total because product prices are not in decimal value.
– Aks
Jun 30 '17 at 17:02
Thats weird, i can see 4 magento version tags.. which version you are using?
– Lalit838
Jun 30 '17 at 7:38
Thats weird, i can see 4 magento version tags.. which version you are using?
– Lalit838
Jun 30 '17 at 7:38
it's mention above
– Aks
Jun 30 '17 at 8:01
it's mention above
– Aks
Jun 30 '17 at 8:01
Do you just need rounded price for grand total or for all the prices?
– Lalit838
Jun 30 '17 at 8:26
Do you just need rounded price for grand total or for all the prices?
– Lalit838
Jun 30 '17 at 8:26
For price conversion you can use this module this module Allows you to manage the price display in an easy way: to show a custom currency symbol, the number of decimals, the symbol's position, and so on.
– Lalit838
Jun 30 '17 at 8:31
For price conversion you can use this module this module Allows you to manage the price display in an easy way: to show a custom currency symbol, the number of decimals, the symbol's position, and so on.
– Lalit838
Jun 30 '17 at 8:31
@Lalit838 - I have applied tax class on some products. I need rounded price for grand total because product prices are not in decimal value.
– Aks
Jun 30 '17 at 17:02
@Lalit838 - I have applied tax class on some products. I need rounded price for grand total because product prices are not in decimal value.
– Aks
Jun 30 '17 at 17:02
add a comment |
1 Answer
1
active
oldest
votes
check this file from core
Mage_Sales_Model_Quote_Address_Total_Grand
/**
* Collect grand total address amount
*
* @param Mage_Sales_Model_Quote_Address $address
* @return Mage_Sales_Model_Quote_Address_Total_Grand
*/
public function collect(Mage_Sales_Model_Quote_Address $address)
$grandTotal = $address->getGrandTotal();
$baseGrandTotal = $address->getBaseGrandTotal();
$store = $address->getQuote()->getStore();
$totals = array_sum($address->getAllTotalAmounts());
$totals = $store->roundPrice($totals);
$baseTotals = array_sum($address->getAllBaseTotalAmounts());
$baseTotals = $store->roundPrice($baseTotals);
$address->setGrandTotal(round($grandTotal+$totals)); // round here
$address->setBaseGrandTotal(round($baseGrandTotal+$baseTotals)); // round here
return $this;
/**
* Add grand total information to address
*
* @param Mage_Sales_Model_Quote_Address $address
* @return Mage_Sales_Model_Quote_Address_Total_Grand
*/
public function fetch(Mage_Sales_Model_Quote_Address $address)
$address->addTotal(array(
'code' => $this->getCode(),
'title' => Mage::helper('sales')->__('Grand Total'),
'value' => $address->getGrandTotal(),
'area' => 'footer',
));
return $this;
add a comment |
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
);
);
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%2f181427%2fhow-to-get-round-price-value-in-grand-total-magento-1-9-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
check this file from core
Mage_Sales_Model_Quote_Address_Total_Grand
/**
* Collect grand total address amount
*
* @param Mage_Sales_Model_Quote_Address $address
* @return Mage_Sales_Model_Quote_Address_Total_Grand
*/
public function collect(Mage_Sales_Model_Quote_Address $address)
$grandTotal = $address->getGrandTotal();
$baseGrandTotal = $address->getBaseGrandTotal();
$store = $address->getQuote()->getStore();
$totals = array_sum($address->getAllTotalAmounts());
$totals = $store->roundPrice($totals);
$baseTotals = array_sum($address->getAllBaseTotalAmounts());
$baseTotals = $store->roundPrice($baseTotals);
$address->setGrandTotal(round($grandTotal+$totals)); // round here
$address->setBaseGrandTotal(round($baseGrandTotal+$baseTotals)); // round here
return $this;
/**
* Add grand total information to address
*
* @param Mage_Sales_Model_Quote_Address $address
* @return Mage_Sales_Model_Quote_Address_Total_Grand
*/
public function fetch(Mage_Sales_Model_Quote_Address $address)
$address->addTotal(array(
'code' => $this->getCode(),
'title' => Mage::helper('sales')->__('Grand Total'),
'value' => $address->getGrandTotal(),
'area' => 'footer',
));
return $this;
add a comment |
check this file from core
Mage_Sales_Model_Quote_Address_Total_Grand
/**
* Collect grand total address amount
*
* @param Mage_Sales_Model_Quote_Address $address
* @return Mage_Sales_Model_Quote_Address_Total_Grand
*/
public function collect(Mage_Sales_Model_Quote_Address $address)
$grandTotal = $address->getGrandTotal();
$baseGrandTotal = $address->getBaseGrandTotal();
$store = $address->getQuote()->getStore();
$totals = array_sum($address->getAllTotalAmounts());
$totals = $store->roundPrice($totals);
$baseTotals = array_sum($address->getAllBaseTotalAmounts());
$baseTotals = $store->roundPrice($baseTotals);
$address->setGrandTotal(round($grandTotal+$totals)); // round here
$address->setBaseGrandTotal(round($baseGrandTotal+$baseTotals)); // round here
return $this;
/**
* Add grand total information to address
*
* @param Mage_Sales_Model_Quote_Address $address
* @return Mage_Sales_Model_Quote_Address_Total_Grand
*/
public function fetch(Mage_Sales_Model_Quote_Address $address)
$address->addTotal(array(
'code' => $this->getCode(),
'title' => Mage::helper('sales')->__('Grand Total'),
'value' => $address->getGrandTotal(),
'area' => 'footer',
));
return $this;
add a comment |
check this file from core
Mage_Sales_Model_Quote_Address_Total_Grand
/**
* Collect grand total address amount
*
* @param Mage_Sales_Model_Quote_Address $address
* @return Mage_Sales_Model_Quote_Address_Total_Grand
*/
public function collect(Mage_Sales_Model_Quote_Address $address)
$grandTotal = $address->getGrandTotal();
$baseGrandTotal = $address->getBaseGrandTotal();
$store = $address->getQuote()->getStore();
$totals = array_sum($address->getAllTotalAmounts());
$totals = $store->roundPrice($totals);
$baseTotals = array_sum($address->getAllBaseTotalAmounts());
$baseTotals = $store->roundPrice($baseTotals);
$address->setGrandTotal(round($grandTotal+$totals)); // round here
$address->setBaseGrandTotal(round($baseGrandTotal+$baseTotals)); // round here
return $this;
/**
* Add grand total information to address
*
* @param Mage_Sales_Model_Quote_Address $address
* @return Mage_Sales_Model_Quote_Address_Total_Grand
*/
public function fetch(Mage_Sales_Model_Quote_Address $address)
$address->addTotal(array(
'code' => $this->getCode(),
'title' => Mage::helper('sales')->__('Grand Total'),
'value' => $address->getGrandTotal(),
'area' => 'footer',
));
return $this;
check this file from core
Mage_Sales_Model_Quote_Address_Total_Grand
/**
* Collect grand total address amount
*
* @param Mage_Sales_Model_Quote_Address $address
* @return Mage_Sales_Model_Quote_Address_Total_Grand
*/
public function collect(Mage_Sales_Model_Quote_Address $address)
$grandTotal = $address->getGrandTotal();
$baseGrandTotal = $address->getBaseGrandTotal();
$store = $address->getQuote()->getStore();
$totals = array_sum($address->getAllTotalAmounts());
$totals = $store->roundPrice($totals);
$baseTotals = array_sum($address->getAllBaseTotalAmounts());
$baseTotals = $store->roundPrice($baseTotals);
$address->setGrandTotal(round($grandTotal+$totals)); // round here
$address->setBaseGrandTotal(round($baseGrandTotal+$baseTotals)); // round here
return $this;
/**
* Add grand total information to address
*
* @param Mage_Sales_Model_Quote_Address $address
* @return Mage_Sales_Model_Quote_Address_Total_Grand
*/
public function fetch(Mage_Sales_Model_Quote_Address $address)
$address->addTotal(array(
'code' => $this->getCode(),
'title' => Mage::helper('sales')->__('Grand Total'),
'value' => $address->getGrandTotal(),
'area' => 'footer',
));
return $this;
answered Jun 30 '17 at 6:18
PriyankPriyank
5,23241950
5,23241950
add a comment |
add a comment |
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%2f181427%2fhow-to-get-round-price-value-in-grand-total-magento-1-9-2%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
Thats weird, i can see 4 magento version tags.. which version you are using?
– Lalit838
Jun 30 '17 at 7:38
it's mention above
– Aks
Jun 30 '17 at 8:01
Do you just need rounded price for grand total or for all the prices?
– Lalit838
Jun 30 '17 at 8:26
For price conversion you can use this module this module Allows you to manage the price display in an easy way: to show a custom currency symbol, the number of decimals, the symbol's position, and so on.
– Lalit838
Jun 30 '17 at 8:31
@Lalit838 - I have applied tax class on some products. I need rounded price for grand total because product prices are not in decimal value.
– Aks
Jun 30 '17 at 17:02