cancel
Showing results for 
Search instead for 
Did you mean: 

Remove sku in shopping cart

Remove sku in shopping cart

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? 

3 REPLIES 3

Re: Remove sku in 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. 

Re: Remove sku in shopping cart

Hello @Nishu Jindal 

 

As i see there is no sku display on cart item by default.

 

here you can check that original file

https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Checkout/view/frontend/templat...

 

you can check into the theme

 

app/design/fronted/your theme name/Magento_Checkout/templates/cart/item/default.phtml


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Remove sku in shopping cart

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!