loop2 Please Wait...
DeveloperGang

How Magento Can Be Made More Secure For The Client?

Best Practices for Magento Includes Using a strong password and changing them at regular intervalDisable remote access to Magento Connect ManagerDisable Downloader on productio...

How to add Magento newsletter in footer or Header?

To set the Newsletter on Footer also in Header section: Must follow below steps.. FOR THE FOOTER: Go to app/design/frontend/default/your_theme/layout/ open newsletter.xml Check the...

Display Magento categories in the Left side of the Homepage..

Magento has its top menu reserved for category navigation. It’s pretty solid for displaying categories, even when there is a large number of them. In most of the cases clients want...

How to add an external javascript/css file to Magento?

Check out the below code. js/yourfile.js css/yourstyle.css or skin_jsjs/ yourfile.js skin_csscss/yourstyle. css

Explain how you can reset Magento file & Directory permissions?

You can reset Magento file & Directory to their default and secure permissions, by following commands from the directory where Magento is installed find . –type f –exec chmod 6...

How to run Custom Query in Magento ?

Check out the below code. $db = Mage::getSingleton('core/resource')->getConnection('core_write'); $result = $db->query('SELECT * FROM users where id=4');

How to remove index.php from the website URL in magento?

There is an easy way to remove index.php from your website url only in case the mod_rewrite module is enabled on your server. To check this, you may contact your server administrat...

What is EAV in Magento?

Full form of EAV is Entity–attribute–value model. EAV is a data model to data model to describe entities. In EAV data are stored in different smaller tables rather than storing...

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.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga, aspernatur.