Let explore the article “confirm change event on confirmation for a dropdown“.To prevent a select box from changing without user confirmation, the system displays a JavaScript confirmation message before altering the dropdown. In this scenario, before modifying the selected option,
Create magento admin user
Generally magento admin user can be created by web interface.That the super user can create different admin user by providing different permission to that user.To Create magento admin user you can also do by custom script.By using custom script you
Magento database connection details
Suppose you have only access of FTP and cPanel and you were not given which database is used in current project of magento. In that mean time how can a developer would get know which database has been use for
Reindexing in magento programmatically
Good way to re-index data in magento without admin panel is SSH.Also I have been locked in admin panel and unable to reindex all data the SSH is the good practice to do.Sometime if we don’t have access to SSH
Mysql left right inner and outer join
Here in this tutorial I am going explain all sorts of sql join those are Mysql left right inner and outer join for retrieving data from two table .Generally sql query fetches data from one table if you would like
How to create attribute by custom script
Generally magento community edition don’t have facility to create category attribute by default so If you want to create attribute of a category either you can simply use any custom module or any custom script which will create attribute for