Sharing some useful tips, solutions and notes for Geeks.

Monday, November 11, 2019

Company name in shipping information under order summary checkout Magento 2

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



Code can be seen here: https://github.com/shyam100379/company-name-in-order-summary

After that, redeploy and clear cache.


No comments: