what order are the routers from the Magento core checke…
In what order are the routers from the Magento core checked for a matching route?
Default: Mage_Core_Controller_Varien_Router_Default
CMS: Mage_Cms_Controller_Router
Standard: Mage_Core_Controller_varien_Router_Standard
Admin: Mage_Core_Controller_Varien_Router_Admin
Which of the following is the default setup script clas…
Which of the following is the default setup script class name?
which of the following integrations should you use the …
In which of the following integrations should you use the Magento API?
When setData (‘some’, ‘value’) is called on an EAV enti…
When setData (‘some’, ‘value’) is called on an EAV entity and the entity is saved to the database,
__________________.
Which of the following allows you to save a single attr…
Which of the following allows you to save a single attribute value on an EAV entity?
How many items will be added to the quote after adding …
How many items will be added to the quote after adding a configurable product to the shopping cart?
Which of the following block methods is the best to ove…
Which of the following block methods is the best to override when there is a need to customize how the block’s
html is rendered?
which table could you find the current order state?
In which table could you find the current order state?
Which one of the following controller classes could res…
Which one of the following controller classes could respond to this URL?:
http://example.com/modulename/controller/index
Which one of the following xpaths is correct for replac…
Which one of the following xpaths is correct for replacing Mage_Customer_Model_Custom_Address via
Mage::helper (‘customer/address’)?