Tag

attribute
Hello Friends, Sometimes we create attributes during the module installation but while removing the module the attributes and table remain in the Magento database. In this blog, we will see How to remove the catalog product attribute with the Uninstaller script. When you RUN the uninstall module command it will remove those attributes. Updating products...
In this blog, we will see How to create catalog product attributes programmatically in just one step. Magento 2 uses the EAV model so we can’t add an attribute by adding the column in the product table. Quick Tip:- Top 10 Effective Magento SEO Tips I assume that you already know about Install/Upgrade scripts because...
In this blog, we will see how to create a product attribute in Magento 2. Magento 2 manages Product by EAV model, so we can’t just add an attribute for the product by adding a column for the product table. Before we proceed we hope you should know about the Install/Upgrade script. If you have...