How to Remove Company Field from Checkout in Magento 2
Magento, Magento 2

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…

Continue Reading

How to Pass Custom Data in Checkout in Magento 2
Magento, Magento 2

How to Pass Custom Data in Checkout in Magento 2

In this tutorial, Today I will explain to how to pass custom data in checkout in Magento 2. In checkout page, sometimes we need to pass some custom data to display or add data on checkout page. So, we need to use Magento\Checkout\Model\CompositeConfigProvider class to pass custom variables on checkout page. Let’s see the following steps to pass data in…

Continue Reading

How to Move Apply Coupon To Order Summary in Magento 2
Magento, Magento 2

How to Move Apply Coupon To Order Summary in Magento 2

In this tutorial, Today I will explain to how to move apply coupon code field to order summary sidebar in Magento 2. There are default checkout and cart page provide by Magento 2. But, sometimes we need to move some fields to other fields instead of default design. By default, Apply coupon code fields display after shopping cart items list…

Continue Reading