Tag 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 , , , , , , , , | 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 , , , | 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

Posted in magento | Tagged , | Comments Off on access denied

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

Posted in magento | Tagged , , , | 1 Comment

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 , , | Comments Off on indeed magic methods