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.
How about knowing all the free Magento extensions which are really helpful for your store ? Yes, I have filtered some for you. By installing these extensions you will have extra features on top of the Magento Solution.
Magento 2 stores the URL identifier in url_rewrite table. You can get the page entity_id or page_id by idendifier. If you look into url_rewrite table where you can search by request_path column.
Magento 2 native supports the built in category move() method which do the magic of moving the updating the parent id, moving the products, set new category URL, clear cache tags, reindex URLs list.
There might be a requirement in store that never intends to offer gift cards. Today we gonna learn how to remove component/block from storefront.
Complete step by step guide from downloading web font package to include font into your theme.
Let’s say your store operates in multi currencies like Euro, US Dollar and Singapore Dollar and your customers can pay in any of these. How do we define which is a default currency and how can we make more than 1 currency allowed in the store?
If you are building a module and you encounter a block that cannot be referenced by name then you probably need to create a plugin to overwrite the template. This can be achieved in three simple steps.
Use the arguments and argument nodes. These call setData on the block. As such, you can retrieve these values later by calling the getData() method.