When we create a customer custom attribute from admin and we add a custom attribute in the frontend form, after form submission if any error would occur and the form would redirect to the same page, the form field values should be pre-filled in the same form, but the problem is that the customer custom […]
How to keep the customer custom attribute filled in case of validation error Magento 2
The swatch attributes can be used on the category page, product page, and layered navigation. The swatches make the product attributes very attractive on the website and easy to choose for customers. For example, size, color, length, etc. In this blog, we get an idea of how to create a custom visual swatch-type product attribute […]
The swatch attributes can be used on the category page, product page, and layered navigation. The swatches make the product attributes very attractive on the website and easy to choose for customers. For example, size, color, length, etc. In this blog, we get an idea of how to create a custom text swatch-type product attribute. […]
Custom Attributes are the attributes that we can add with customized sources of available data types. In short, we can add Custom Attributes not available in built-in Magento. The Customer and Catalog entities use EAV entities and CustomAttributesDataInterface defines getCustomAttributes() and setCustomAttributes() methods. In this blog, we are getting an idea of how we can […]

