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