November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Category Archives: magento
Modify admin dashboard’s default period time (“Select range”)
Hi, by default on dashboard you will see results from last 24hours, if you want to have it by default in different time span than you will be in trouble as there is no facility to set it up.
Posted in magento, php
Tagged adminhtml, Amounts.php, dashboard, default "select range", getDatePeriods(), getParam('period'), graph.phtml, magento, Orders.php
1 Comment
list of websites in magento
If you want to know what websites and how many are installed in magento you can get that information from getWebsites method of the Mage_Core_Model_App object.
Posted in magento, php
Tagged getWebsites, Mage::app, magento, Mage_Core_Model_App
Comments Off on list of websites in magento
access denied
If you have a problem with calling the API methods, and the only thing you get is “access denied” then you may try following solution: access denied fix
Patching Magento
All your effort could come to nothing with faulty installation, and it is likely that you have it as some of the bugs related to the API are still not addressed, you may find that your api calls returns the … Continue reading
indeed magic methods
Magento and the PHP world that I am trying to learn is full of surprises, in my way to replicate (made it better:) ) the Dashboard (and more) functionality using magenots API I have found methods that I wasn’t able … Continue reading
Posted in magento, php
Tagged magento, magic methods, Varien_Object
Comments Off on indeed magic methods