문제

I am using magento 1.9.3.3 version. I have Customised Reward Points Extension.

In that i need to update Checkout cart Grand Total price while updating the cart based on Discount/Offer applied.(Attached Screenshot).

I used observer sales_quote_save_after with following code:

$quote = Mage::getModel('checkout/session')->getQuote(); $quote->collectTotals()->save();

But site is not working after this code inserted.

How to solve it.

enter image description here

도움이 되었습니까?

해결책

Finally it is worked when i used checkout_cart_save_after event.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top