#9 /data/web/A14237/htdocs/magento/app/code/core/Mage/Sales/Block/Items/ Abstract.php(137): Mage_Core_Block_Abstract->toHtml().
Magento/Sales/view/frontend/templates/email/items/ order/default.phtml
Any value except the obsolete toHtml .
echo $this->getLayout()->createBlock('core/template')->setTemplate('sales/order/ view/items.phtml')->toHtml();.
Preconditions Magento 2.1 Custom module created at
I need to pass the content of the order items table from the new order email to an external service. In Magento 1 I used this approach and it ...
Related searches · magento order item tohtml · magento cancel order item · magento 2 quick order items to cart · magento get order items · magento get order item ...
There is no such type of order detail in default order template. You can achieve
In Magento 2 without using fieldset you can also copy custom data from quote item to order item by using plugin. create di.xml in your module etc folder.
$addInfoBlock->setItem($_item)->toHtml () ?> ...