LATEST ARTICLES
Update Order Status using MySQL Queries in Magento 2
In this post, I will show you an easy way to update order status using MySQL queries in Magento 2.
Normally, in Magento, if you...
Get Magento 2 Directory Paths
Again, in this post, I will show you how easy it is to get Magento 2 directory paths.
There are many directories in Magento 2...
Add Google Fonts to Theme in Magento 2
If you like to change fonts of theme, then Google Fonts is the best to use. I will show you how to add Google...
Get Customer by Email in Magento 2
It is easily to get customer model instance by id, but what if your input is customer email? I will show you how to...
Get Current URL in Magento 2
When developing module or theme in Magento 2, you might need to identify where you are to perform such actions. I will show you...