Tag

Magento 2

22 posts tagged Magento 2

Clear tag
2 min read

HowTo: Create Custom Email Templates in Magento 2

In the previous post I showed how to send an email programmatically, but I left one piece out on purpose, the template. Here is how I register a custom email template that ships with the …

2 min read

HowTo: Send Emails Programmatically in Magento 2

Sooner or later every project needs to send an email that Magento does not send out of the box, a notification to an admin, a reminder to a customer, a report to the warehouse. The good news …

3 min read

HowTo: Create a Cron Job in Magento 2

A while ago I needed to run a task automatically every night to clean up some old rows from a custom table. The obvious tool for the job is a cron job, but if you come from Magento 1 the …

3 min read

HowTo: Create a custom Payment Method in Magento 2

Recently I was tasked with creating a custom payment method for a project. While doing some research I discovered that there are two ways to create a payment method in Magento 2. The legacy …