When I start with Magento 2 development, the first question I ask is how I can make a simple module at the bare minimum, sort of just like a entry point to the Magento 2 system. So I can then add my own code and inject my own logic to different part of the core… Continue reading It all starts with a simple module
Tag: routing
Create custom URL redirects in Magento 2
Motivation I need to be able to redirect referral links that the user shares and track the request. Basically I have a module that generates referrals for every user so that he/she can share the link with his/her friends. Every time the link is clicked, it will record the clickthrough and do something. Things can… Continue reading Create custom URL redirects in Magento 2