Search results for "How to set up robots.txt in Magento 1":

The Magento 2.3 version release added the ability to add a new column to an existing table using the db_schema.xml file.  This process requires some work with code. Here is a step-by-step guide for adding a new column to an existing table...

Magento 2 has no option to regenerate URL rewrites for products. This extension adds a CLI command to regenerate all product SEO URLs for your shop.

How to add a new column to the Magento 2 order grid?To add a new Magento 2 column to the order grid, you need to create and register a custom module. Then, create the Resource Model using the  _renderFiltersBefore method. After this, you need to develop...
Why do you need Magento 2 grid filters? Magento 2 grid filters are used in situations when you have a large number of products in your store and it may be hard to manage them and find the needed product quickly. In this case, you can add Magento 2 inline...
How to add a link to the top menu in Magento 2?Adding a custom top link in Magento 2 is a complex task that requires coding skills. To add a link to Magento without programming skills, you can use the Mega Menu extension. It will allow you to easily...
Magento 2 is known as a highly-customizable platform. And rich CMS blocks’ settings are direct evidence. Let’s see how to create a CMS block in Magento 2 without any programming skills.Step 1. Log in to the admin panel and navigate to Content > Elements...
If you want to allow customers to leave notes to orders in text, then you can add a comment field to the Magento 2 checkout. Magento order comments can be added with the use of the Order Attributes extension. How to enable Magento 2 checkout comments...
It might seem like custom checkout fields are a simple thing,  but if you want to add custom field in checkout page in Magento 2, there are some important things that you should consider. For example, sometimes, you need to gather additional customer...
What are the ways to add a custom layered navigation filter in Magento 2?By default, a Magento 2 custom layered navigation filter cannot be added on the front end. So if you want to add a filter for any reason, you must do so either by writing code ...
To change the language of hard-coded text appearing on your store pages you can simply alter the Locale of the Store View. However, it won’t help you with the translation of each word on a page. The text includes only: the navigation titles; labels...

Didn’t you find the answer to your question? We are always happy to help you out.

Loading