Magento – Admin password using SQL / Change Database

Today we wanted to change the password of the admin of our Magento store and used the following command, which e.g.. is entered in the phpMyAdmin SQL, after you select the database: UPDATE `admin_user` SET `password` = MD5(‘123456’) WHERE `username` = ‘admin’; “admin-user” here refers to the table in which the users are registered. this is…

Magento – Developer Path / “Path information” Also in the admin / Back view

If you want to make love in the back one way or another layout change, be the first step in the wonderful development options “Template Path hints” and “Block names to add notes” do without. These are provided by default only for the front range (System > Configuration > Developer Tools > Debug). But there are two options in the admin- or. back those…

Magento – Liste Admin “See X per page” / “Show X per page” adapt. View More

Who in the default values ​​of the available display backend (Admin Grid of the article as well as purchase orders, etc.) is not satisfied, this can be expanded as. For orders, Invoices, Shipments, Credits as well as article this is the grid.phtml opened in the / / / / / / folder / app design admin html template default default widget, and any values ​​ca. from line

Magento – Extension to Admin overviews / To change grid

The column specified by Magento / Columns in the various surveys in Administrationsbreich confined exclusively to the most important information. In the order overview / Order Grid e.g.. the order, the Bulk, the date of purchase, the billing- and mailing address, prices and given the status. But one or the other would like also at a glance…

Magento – Home Administration Area – 404 Error

After logging into the admin area is called the default. Dashboard or the Overview display. Now it could be, that e.g.. after an update or after uninstalling an extension of the 404er error (404 ERROR Page not found) is displayed. It may be, that “only” The default home page was changed after logging in….