Do we need to add a category attribute using a data patch? Let’s do it. We will add an extra text field on the category edit page on the admin side. So let’s create a […]
Tag: Eav Attributes
3 min read
Magento2: How to Add Customer Address Attribute Using Data Patch
Let’s see how we can add customer address attributes programmatically using the data patch in this post. We have seen how we can add product attributes programmatically using the data patch in a the post […]
1 min read
Magento 2: Add Product Attribute Using Data Patch
Let’s Create a custom product attribute using a data patch. Install Data & Upgrade Data is replaced by the Data Patch since Magento 2.3 version. Install Data & Upgrade Data are depreciated so Magento 2 […]
1 min read
Magento 2: Create Custom Attribute Set Using Data-Patch
We often need to create a custom attribute set using the data-patch. Since Install Data & Upgrade Data have been deprecated and the Data patch has been introduced. We need data patches to create EAV attributes as […]