How To Display A Page In The Categories Default Menu Magento ??
Here are step by step solution for the adding our CMS page to menu with categories: read carefully to understand this. check below screenshot that is …
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, …
How Magento Can Be Made More Secure For The Client?
Best Practices for Magento Includes Using a strong password and changing them at regular interval Disable remote access to Magento Connect Manager Disable Downloader on production …
How to run Custom Query in Magento ?
Check out the below code. crayon-62c2639bce684597745941/
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 …
How to change the theme for login user in magento?
Just pick the below code….. crayon-62c2639bce8ec772326259/
How to get the Total Price of items currently in the Cart?
Just pick the below code….. crayon-62c2639bcef4a750593111/
What are different Modules of Magento?
Core Modules Community Modules Commercial Modules
How to add an external javascript/css file to Magento?
Check out the below code. crayon-62c2639bcf2c6361455526/
How to include CMS block in template file(.phtml)?
PUT THE BELOW CODE IN PHP TAG WITH ECHO. YOU WILL FIND YOUR BLOCK WILL BE THERE. crayon-62c2639bcf4f5990786669/
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 …