How to merge feature branch from master in Git?

Git merging the feature branch from the master branch will be helpful while you are working with the feature branch and your parent master/main branch is updated with new changes.

You can take the master branch changes to your feature branch by running a few commands to update your local feature with the same as the master. Continue reading “How to merge feature branch from master in Git?”

ERROR 1273 (HY000) at line 4048: Unknown collation: ‘utf8mb4_0900_ai_ci’ at Database import time.

I have just started to import the database using the warden command,

warden db import < project.sql

I am not able to import the Database using the above command and throws an error, Continue reading “ERROR 1273 (HY000) at line 4048: Unknown collation: ‘utf8mb4_0900_ai_ci’ at Database import time.”

How to apply Sort Order for Checkout Shipping address form magento 2?

You can set Sort Order for the shipping address provider form field in Magento 2 using an XML file.

You need to create a checkout_index_index.xml file to apply sortOrder for the available fields.

You can’t able to do sortOrder for the street field using an XML file. (Street sortOrder is 70.) Continue reading “How to apply Sort Order for Checkout Shipping address form magento 2?”