Magento employs a comprehensive Entity-Attribute-Value (EAV) database model to store merchant data, providing robust support for future customizations. With the…
Magento 2
Magento 2 Reset Customer Password in Database
You might come up with situation like you need to reset customer password for some reason. But there is no…
How run custom php file in Magento 2
You may happen to run a custom php file placing inside a Magento 2 instance to and read data from…
Setup Magento Multisite on Multiple domains (Nginx)
Magento comes with a handy feature of having multiple store fronts using a single Magento instance which is a most useful feature for international businesses. This feature enables one Magento instance and Admin panel to administer and display different views to the users. This tutorial explains you how to set up multiple store-fronts using single magento instance in easy steps.
What does backend type static mean in Magento?
Magento Entities have some “static” attributes, whose values are stored in entity main table but not in entity_[type] tables. [type] can be one of varchar, int, datatime, decimal and text.