Search results for "Examples of Magento Websites":

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...
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...
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 ...
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...
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...
The default Magento has limited functionality in terms of the order prefixes. To solve the issue with adding prefixes to the order number, you can use our Custom Order Number extension.To do this, follow these steps:Step 1. First of all, complete the...
How to set up Google Analytics in Magento 2Google Analytics is a must-have for all websites, therefore the sooner you set it up the more thoroughly you will be enlightened on intending and regular purchasers. Do you have little skills in SEO but want...
Coupon codes are an integral part of most promotions, discounts, and special offers. So today, we will show you how to create Magento 2 coupon code programmatically and configure it. Let’s start.How to Create a Coupon Code in Magento 2?To create a Magento...

For this Q&A, we’ll tell you about vanilla Magento 2 checkout steps and how to add custom ones

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

Loading