I don't want to show the product sku to be display on my website. When you go to individual products it is not showing but when you View Cart the sku is displayed. I only want it to show up on the back end for admin purposes. How do I disable it so the sku is not shown in the shopping cart?
Hi,
You can check whether cart page template is coming from core magento file or from some third party module.
You can override that file in custom theme and remove it from there.
Hello @Nishu Jindal
As i see there is no sku display on cart item by default.
here you can check that original file
you can check into the theme
app/design/fronted/your theme name/Magento_Checkout/templates/cart/item/default.phtml
Hello @Sunil Patel ,
Thanks for the suggestion but you are considering Magento 2 .
But as i can see the tags this issue is related to Magento 1.
@grant_sullivan you can check and update below file in project
app/design/frontend/rwd/default/template/checkout/cart/item/default.phtml
Thanks!