Tagged: Magento 2

magento phishing mails 0

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...

update magento center 0

Be aware of update.magento.center

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....

magento 2 create simple adminhtml module 0

Magento 2 – create simple adminhtml module

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...

magento 2 frontend knockout code 0

Magento 2 frontend Knockout code

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...

magentocore.net hack 0

Be aware of magentocore.net malware

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...

Magento 2 get current product 0

Magento 2 get current product

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...

Magento 2 overload overwrite controller 2

Magento 2 overload, overwrite controller

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...

Magento 2 get current store 0

Magento 2 get current store

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...

Magento 2 get current quote 1

Magento 2 get current quote

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...

Magento 2 get current category 1

Magento 2 get current category

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...