Working with sale_order_view in Bitrix
The last notes
All English-language materials have been translated fully automatically using the Google service
Removing additional product properties in sale_order_view.php from the image field
Go to the file /bitrix/js/sale/admin/order_basket.js
, find the function BX.Sale.Admin.OrderBasket.prototype.createProductRowBasement
(~ 484 pages .) and comment out the following code
if (propsTd && discountTd)
{
tr.appendChild (propsTd);
tr.appendChild (discountTd);
result = tr;
}
Comments