magento 1.9. update grand total in one step checkout page

792 Views Asked by At

How i can update grand total in indexController method saveAddressOnestepcheckoutAction? This not work:

Mage::helper('checkout/cart')->getQuote()->setSubtotal($subTotal);

It is clear that the value is overwritten, but how do I fix it? Thanks for any help

0

There are 0 best solutions below