It is very common requirement to remove the default links from the footer. You can’t remove the Search Terms, Privacy and Cookie Policy, Advanced Search, Orders and Returns & Contact Us from Magento Admin. They all are coming from the respective module in the Magento.
Create your own cache type is common business requirement. Today we gonna learn how to create custom cache type which not only cache the data object but you can also delete cached data from the Magento backend Cache Management.
You can also pass multiple validation classes in validate tag by just adding space between classes.
Blocks and Containers are heart of layout. Whenever we want to customise the page layout we do change in layout files or alter templates. Today we gonna list down all the attributes used in the layout xml.
It is very common requirement that we need to create a custom page for new campaigns. But the layout of that page is different from the website generic pages layout.
Create a custom URL structure in Magento 2 using RouterList.
Change your Magento admin URL from the default “/admin”, to something more unique and very hard to remember.
We always have a requirement to get value from `core_config_data` table in Magento 2. Magento uses ScopeConfigInterface to read config values from database.