How to display product custom item fields at BACK END order view?
It seems that, that part of code didn't work (in back-end order/form.php view LINES 338-347)
In order view this displays only empty second paragraf:
<td class="hikashop_order_item_name_value">
<p class="hikashop_order_product_name">xxxxx</p>
<p class="hikashop_order_product_custom_item_fields"> </p>
</td>
I tried to fix it, as it is made in other front-end view files (checkout/cart.php; order/show.php; product/cart.php), where I could easily modify display, but could not do it.
Please, help me to solve this problem.