You can customization in phtml file for display number of products for a guest. Do the following steps for customize phtml file. In the toolbar block you will see app/code/core/Mage/Catalog/Block/Product/List/Toolbar.php…
How you can enhance the Magento performance?
Do the following steps for enhance Magento performance. Disable the Magento log Combine external CSS/JS into one file Disable any unused modules MySQL Query Caching Enable Magento caching Enable Gzip…
What are the basic features of Magento?
Basic features of Magento includes are Reporting and Analytics Product and Catalog Browsing Customer Accounts Order Management Payment Site Management Shipping Search engine optimization Marketing promotions and tools Checkout International…
What is the difference between Mage::getModel() and Mage::getSingletone() in Magento?
Mage::getModel(): It always creates a new object Mage: :getSingleton(): It always look for an existing object and if not then creates a new object