Question

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

Was it helpful?

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
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top