In this tutorial, Today I will explain how to add image upload in Magento 2 Store Configuration. Using Image Uploader you can add image with different image image types. So, Let’s start to add image upload store configuration. You may also like this : How to Add WYSIWYG Editor in Magento 2 Store Configuration How to add color picker in…
Tag: magento2
How to Create Custom Router in Magento 2 PWA
In this tutorial, Today I will explain to how to create custom router in Magento 2 PWA. If you created some custom module in PWA and then, you want to add custom router, for that you need to create custom router. You may also like this : Magento 2.3 PWA Installation Guide How to Add Custom Font in Magento 2…
How to Update Product Attribute using Data Patch in Magento 2
In this tutorial, Today I will explain to how to update product attribute using data patches in Magento 2. From Magento 2.3.x, Magento brings new features which is data patches. The Data Patch is class that contains data notification instruction. Previously, Magento 2 uses InstallData and UpgradeData file use add data in core table or custom table. From Magento 2.3…
How to Add Custom Font in Magento 2 PWA
In this tutorial, Today I will explain to how to add custom font in Magento 2 PWA. Magento 2 PWA venia theme provide some default fonts. But, You want to change that font style and set your custom font then, you need to customize some points to load custom fonts. You may also like this : Magento 2.3 PWA Installation…
How to Add Lazy Loading to Page Builder Images in Magento 2
In this tutorial, Today I will explain to how to add lazy loading to page builder images in Magento 2. From Magento 2.4.3, Page builder will be available for open source community. When you will be create page using page builder and upload image on that page at that time, by default lazy loading is missing in page builder. So,…
How to Exclude Specific File from JS Bundling in Magento 2
In this tutorial, Today I will explain to how to exclude specific file from JS Bundling in Magento 2. In Magento 2, to reduce number of Javascript file request, This bundling feature is available. It will be merge all JS file into one JS file and execute that only 1 JS file. Now, If you want to exclude specific JS…
How to Add Placeholder Text to Fields in Checkout in Magento 2
In this tutorial, Today I will explain to how to add placeholder text to fields in checkout page in Magento 2. In checkout page, There are no placeholder available in text fields. Only labels by default display. Now, If you want to add placeholder text in fields then, you can add using this below ways. You may also like this…
How to Remove Company Field from Checkout in Magento 2
In this tutorial, Today I will explain to how to remove company field from checkout page in Magento 2. In Magento 2, By default company field display with optional parameter. It’s not required field. So, if you want to remove it from checkout page then, you need to follow this below ways. Using that, you can customize that field in…
How to Change Default Logo of Admin in Magento 2
In this tutorial, Today I will explain to how to change default logo of admin in Magento 2. By default, it’s display Magento 2 official logo. But, now user want to change default logo and set there custom logo in admin login screen then, you need to follow the some steps to customize. You may also like this : How…
How to Add Custom Tab in Product Detail Page in Magento 2
In this tutorial, Today I will explain to how to add custom tab in product detail page in Magento 2. By default, there are 3 tabs display in product detail page. Details, More Information & Review Tab. Now, if you want to add more tabs then, you need to do some customization. You may also like this : How to…