Hello, in this article we will cover how to add custom entries in existing system configuration located in Stores->Configuration.
We have already covered how to create Magento2 module, so here we will go straight to the point. Replace Inchoo/Test from entries in this article to your module name.
Posts by Tomislav Nikcevski
Implementing javascript minifier
Implementing javascript minimization in Magento can help your page load time by compressing your javascript files and making them smaller for users to download. Along with CSS minimisation it can be a great asset for decreasing page loading time.
In this article I will primary cover where minimization should be implemented, since writing a full code for dependable minifier is not a small task.
Read moreExtending javascript methods Magento way
Enabling Multi-part MIME Emails in Magento
This article will explain steps needed for altering Magento transactional emails in order to support Multi-part mime emails. Which means that those emails will support both Text and HTMl versions of email. Core for handling multipart data is already implemented in Zend_Mime module, so there is no need for writing code that will handle necessary headers and boundary for multipart implementation.
So let’s get to it!
Read more