Magento allows to manage multi-currency. When you your store have multi-site and multi-currency, here’s how you can convert currency.
Read more...Magento 1.4.1 – deleting all orders
Deleting orders from Magento is little difficult. You have to use SQL, I have deleted all SQL form pilot site when we lunch site to live.
Read more...Magento – Discount Coupon in quick checkout review step
For Magento 1.4.1 ———– If you configure onepage checkout in Magento store, buyers will have no chance to use discount coupon. However, there’s way to do so with little customization. I have implemented coupon in review step of onepage checkout. 1. Override Onepage checkout model – core/Mage/Checkout/controllers/OnepageController.php. Here mainly you have to override _getReviewHTML() function [...]
Read more...Mangeto Error – “Invalid mode for clean() method”
Mangeto Error – “Invalid mode for clean() method”. Here’s how I solve error.
Read more...eCommerce Software Magento – Shwoing Image in Grid
As I said in my last post, Magento Code is awesome. Awesome that drive to hell if you don’t know, awesome like honey once you start knowing. Today I am going to write how to show images in grid by overriding Mage Core Grid Column Class. If you do not know about extension development go [...]
Read more...