Get Better at E-commerce & Marketing

Find expert articles on Magento, Shopify, and Digital Marketing topics

How to Get Magento 2 Base URL

As a Magento 2 developer, I many times require to get Magento 2 base URL. In good old days of Magento 1, it was easier to get the base URL using Mage::getBaseUrl(); However, it is not the same case in Magento 2. You can use the two methods to get bas...

How to Programmatically Set Magento 2 Core Config Data

Ever had to programmatically set Magento 2 core config data? Not only that but afterward, retrieve that new value? I had to! And, today, I’ll share the method to set core config data programmatically in Magento 2. I have also added how I managed the...

How to Get Order Information By Order Id in Magento 2

The Magento 2 developers know the crazy client requirements If you have been there too, you might know what I’m talking about. But for newbies who are yet to face them, this post might be helpful! It gives you the programmatic solution to get order i...

How to Change Admin URL in Magento

Given how frequent hacking and data breaches take place in E-commerce websites, it is a challenge for Magento store admin to secure the admin panel. Previously, I had given the methods to change admin URL in Magento 2 stores. However, it is...

How to Configure TinyMCE4 Toolbar in Magento 2.3.x

TinyMCE is a rich-text WYSIWYG editor. It is one of the important elements that admin use frequently in Magento 2 stores. It facilitates the admin to convert HTML text area fields or other HTML elements to editor instances. However, with th...

How to Add Header and Footer to Magento 2 Invoice PDF

As a Magento 2 store owner, you surely know that you always have to send invoices to your customers with every order you deliver. Sending out authoritative transactional documents is crucial for both yours and your customers’ accounting and tax...

Meet Our Authors