I wish to remove SKU from order details.

  1. Open my account page in frontend 2.Go to My Orders 3.Click View Orders link from the list of orders

enter image description here

How to remove the SKU colum and its associated details.

Please provid eme a solution

有帮助吗?

解决方案

For that you need to override two phtml files,

module-sales/view/frontend/templates/order/items.phtml
module-sales/view/frontend/templates/order/items/renderer/default.phtml

Overide Into following path,

app/design/frontend/Vendor/Theme/Magento_Sales/templates/order/items.phtml
app/design/frontend/Vendor/Theme/Magento_Sales/templates/order/items/renderer/default.phtml
许可以下: CC-BY-SA归因
scroll top