Magento phishing mails
Be aware of Magento phishing mails! There is an ongoing phishing mail attack running, mentioning a new Magento patch and providing a link to download a file. Do not click on this link, delete...
A Blog about Magento e-Commerce System
Be aware of Magento phishing mails! There is an ongoing phishing mail attack running, mentioning a new Magento patch and providing a link to download a file. Do not click on this link, delete...
Another security relevant topic for this year with domain update.magento.center! This domain hosts a phishing campaign and malware. It is not related to any officially Magento site and it is dangerous to log in....
It is patch day again with Magento patch SUPEE-10975 with another bunch of security leaks closed. As always: it is a good idea to update your shop as soon as possible. Christmas shopping is currently...
In this beginner tutorial I show you how to create a simple Magento 2 module. It defines a menu and displays a adminhtml page with user generated content. Based on this, you can start...
In this tutorial I show you how Magento 2 frontend Knockout code works. You may have seen this Knockout codes in some of Magento 2 html template files and wondered how this works. I...
Modularity against complexity When is software too complex? If you are evaluation software, a key point is complexity. If a software is complex and bad documented, it is hard to maintain. It gets worse...
Magento released Version 1.9.3.10 and with it a patch called SUPEE-10888 for alter Magento 1 shops. As always it is a good idea to patch as soon as possible. There are currently no known...
Last month an infection of thousands of Magento shops was reported due to a maleware from a website called magentocore.net. This is all you need to know about and why it is not safe...
This post shows you how to programmatically get current product in Magento 2. This is essentially if you want to display product related content on frontend (for example special banners or overlays). Magento 2...
This tutorial shows you how to overload or overwrite controller for your Magento 2 shop. You do both, overloading or overwriting a controller depends on your needs, but lets see what different solutions you...