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 – Simple Configurable Products Extension – Improving links between Simple- Configurable products with

Whom it has not disturbed, that by default Magento Configurable products (KoPros) the simple products / Simple Products (SiPros) But all will be linked to the information only from the SiPros KOPRO. These include description, Image and Price. By default, all information that is drawn exclusively from the KOPRO. Descriptions, Pictures, Prices. irritating…

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…

Firefox – Problems at work in cPanel / PHPMyAdmin

We always had the problem again, when trying to phpMyAdmin to work with the Firefox problems occurred. This expressed so, that no search results were displayed, the tables were empty, it was not on the next page, etc.. Most here helped launch the Firefox or delete the cache completely….

Magento – URL links in the footer to adapt

Usually in the footer are some links to find. A few of them (here z.B. Imprint, Terms and Customer Service) come from a static block (usually “footer_links”). This can be changed quickly and easily. If, however, the other links, come to change the template, this is a little harder. I wanted in my case the…