phtml, but when I am calling my custom block in it, its not working. File path: Magento/vendor/magento/module-sales/view/adminhtml/templates/order/totals. phtml.
Copy app/design/frontend/base/sales/order/ totals.phtml to your theme file and open it.
phtml and place your custom code there. Your code block will reflect before the Item section block in the admin order view interface. In info.phtml in core file, ...
For improving documentation/answer. Custom file path app/design/frontend/{ Package}/{theme}/Magento_Theme/templates/html/test.phtml.
replace with your module and set your phtml instead of custom.phtml file.
Create the file: sales_email_order_items.xml in the etc/frontend folder:
If your order fulfillment process occurs within Magento, fancy custom
getOrder() ?>
In this tutorial, we will show you how to do it with 12 steps...
This file is used to register all the available totals in Magento 2.