Hello Magento Friends,

In the current article, we are going to focus on Magento 2: How to Add Custom Text after Billing Address and Shipping Address in Admin Order View Page.

With Magento 2 you can customize any part of the store. Admin order view page is where the store admin manages all orders after the order is placed by customers. Admin sales order view page in Magento 2 can be customized for better order processing.

You can Add Custom Block After Shipping and Billing Address in Admin Sales order view page in Magento 2. Same way today we will learn How to Add Custom Text after Billing Address and Shipping Address in the Admin Order View Page in Magento 2.

Steps to Add Custom Text after Billing Address and Shipping Address in Admin Order View Page in Magento 2: 

Step 1:  First, we need to create a “sales_order_view.xml“ file inside our extension at the following path

app\code\Vendor\Extension\view\adminhtml\layout\

Then add the below code

Step 2:  After that, we need to create an “info.phtml” file inside our extension at the following path

app\code\Vendor\Extension\view\adminhtml\templates\order\

Now add the code as follows

Conclusion:

So now you have successfully added custom text after billing and shipping address in Magento 2 admin sales order view page. Alternatively, you can also Add Custom Text after Billing Address and Shipping Address in Magento 2 Credit Memo PDF.

Share the article with others and let me know if you have any doubts.

Happy Coding!

Click to rate this post!
[Total: 8 Average: 3.3]