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...
Get Customer Login URL in Magento 2
In today quick tip, I will show you how to get customer login URL in Magento 2, which is very necessary when you want...
Remove Wishlist Block from Sidebar in Magento 2
Similar to remove product compare blocks from sidebar, you might want to remove wishlist block from sidebar in Magento 2 as well.
In your module...
Remove Product Compare Blocks from Sidebar in Magento 2
For today tip, I would like to share with you how to remove product compare blocks from sidebar in Magento 2. Not only from...