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....
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...
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...
This post is about how to programmatically get current store in Magento 2. If you create a PHP script or Magento 2 module, you may need to check, which store is currently active (calls this...
This shows you how to get current quote from your Magento 2 shot. This is often needed if you want manipulate a cart before creating an order from it. With a current quote object...
This is about how to get current category in Magento 2. Products are organized in Magento 2 and sometimes you need to know from of for which category you are executing PHP code. It...