Sharing some useful tips, solutions and notes for Geeks.

Monday, November 11, 2019

Company name in shipping address checkout Magento 2

To bring the company name in shipping address section of Magento 2 checkout, override
vendor/magento/module-checkout/view/frontend/web/template/shipping-address/address-renderer/default.html
to
/app/design/frontend/your-vendor-name/your-theme-name/Magento_Checkout/web/template/shipping-address/address-renderer/default.html

The code can be found here: https://github.com/shyam100379/Company-Name-in-shipping-address
After that, deploy and clear cache to see.

No comments: