Skip to content

sales-order

Auto Added by WPeMatico

Add Custom Link to Sales Order View Admin Panel

How can I add a custom link to ‘sales/order/view/order_id/123456’ adding an slash after the order_id with route name “download” so it becomes sales/order/view/order_id/6710/download My current route.xml file is <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:App/etc/routes.xsd”> <router id=”admin”> <route id=”order_export” frontName=”order_export”> <module name=”Vendor_OrderExport”… Read More »Add Custom Link to Sales Order View Admin Panel

Original Price of child product in order Email

In file appdesignfrontendMyVendorMyThemeMagento_Salestemplatesemailitemsorderdefault.phtml i need original price of child product. I try $block->getBasePrice($_item) or only $block->getPrice($_item) but is empty or price of parent product