Cookies in Magento are easy to work with. There may be a need to use cookies to pass data to or from Magento whether it is to identify users, track users or some other case. The Magento core has a … Continue reading
Category Archives: Magento Tips
Manual database calls
Connect and query Magento data Recently we had a need to incorporate a third party app into a Magento system. That got us thinking about using data between Magento and the app. To start, you should include the path to … Continue reading
List all payment methods in Magento
How to get a list with all available payment methods in Magento. If for any reason you need to a get a list with all payment methods in Magento, you can do it easily by using the payment config class … Continue reading