Exploring both Custom and Pre-built themes for your eCommerce site and their pros and cons.
Read MoreTag: Magento 2
How to Create a Custom Page Layout in Magento 2
If you want to express the uniqueness of your brand, you’ll need to create a custom page layout for your Magento 2 website.
Read MoreMagento 2 Webhook Notifications, Discord & Slack
Webhook is an API concept that is becoming increasingly popular. More and more of what we do on the web can be described by events. Webhooks are an incredibly useful and easy way to conduct reactions to certain events of our choice. A specific example that we will cover in this post is “Sending notifications in the form of messages to the Slack channel and Discord server”.
Read MoreMagento 2 – Custom Payment Method
Sometimes, clients can request specific payment methods. These offer much more than out-of-the-box Magento ones. In order to customize all the fields based on clients’ needs, you need to create a custom payment method. It also allows you to customize the checkout and API logic used for implementing the payment method.
Read MoreMagento 2 API Authentication Types
As explained in one of our previous articles, API (Application Programming Interface) is a set of protocols and tools for building software applications. The main focus of this article will be on the types of Magento 2 API authentication and their use.
Read MoreMagento 2 Development Setup With Docker
Developing for Magento 2 has never been… well, more difficult, at least when we compare it with Magento 1. Back in the days of Magento 1 (though these days are far from over as there are still more Magento 1 websites than Magento 2 websites but the majority of Magento developers have moved on to Magento 2) things were simple – install PHP, Apache, and MySQL and you’re set to go.
Read More