문제

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 ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top