How to remove - Is product available for purchase with Google Checkout from layered navigation?

Posted by Damodar Bashyal on October 20, 2011

 

I had never seen this until this project based on Magento ver. 1.6.0.0 or, did I not realised before :)

I tried to turn off google checkout by Disabling module at:

System -> Configuration -> Advanced -> Disable Modules Output -> Mage_GoogleCheckout

More»

How to undo cancel of an order which was canceled by mistake?

Posted by Damodar Bashyal on May 17, 2010

 

I mistakenly canceled one order and spent a day to go through magento & different forums and blogs and searching for a solution and this is how i fixed myself after few tries. I am still not sure how to extend the controller so i modified the core file and made a copy so i can paste back if overwritten when upgrade or i can copy when i find the solution how to extend or override a magento controllers.

Create a file @ app\code\local\Codefight\Adminhtml\Block\Sales\Order\Grid.php

More»