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: php
Link: WAMP vs SKYPE conflict
Whoever was using WAMP and Skype has encountered problem with shared ports, following link contains the solution (look in the comments) to resolve it: WAMP and Skype Conflict and this is the comment you should search at above link (for … Continue reading
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
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
How to create Magento’s Custom API?
It is not in-depth tutorial but description on how I tackled creation of custom API for magento. There are still vast fields of unknown but at least this will let you start building your own API and let you learn, … Continue reading