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?”

How to add Category Custom Layout Update XML file in Magento 2.3.4?

From Magento 2.3.4, Custom Layout Update Textarea removed from the admin panel category edit page, product edit page and cms edit page to remove the opportunity of Remote Code Execution (RCE). Replace Textarea with a selector.

Earlier you can add directly XML code snippet for the specific entity from the backend but from Magento 2.3.4 new feature was added. You need to create an XML file in your theme or module level and assign an XML file to the Custom Layout Update selector. Continue reading “How to add Category Custom Layout Update XML file in Magento 2.3.4?”

Uncaught TypeError: Constr is not a constructor Error adminpanel Magento 2.

When you are dealing with Magento 2 ui_component modification for a text input field with the custom component, Sometimes you might face the issue like,

Uncaught TypeError: Constr is not a constructor layout.js line no xx.

Continue reading “Uncaught TypeError: Constr is not a constructor Error adminpanel Magento 2.”