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»

Magento tips and tricks to speed up loading and performance.

Posted by Damodar Bashyal on October 19, 2011

 

I followed these few steps to speed up magento. Still working on few more steps. So, I'll keep adding new item as I go. If you know any that worked for you please let me know.

More»

Free Magento Module/Extension - How to display tier prices on product listing pages?

Posted by Damodar Bashyal on October 13, 2011

 

Step 1: on your app/code/local/Technooze/Tcatalog/Helper/Data.php file add the below code which is copied from app\code\core\Mage\Catalog\Block\Product\Price.php and modified slightly to suit our need.

More»