cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Pricing From Cart / Mini Cart / Side

Remove Pricing From Cart / Mini Cart / Side

Hello,

 

I want to know how to Remove Pricing From Cart / Mini Cart / Side, how can i do that

1 REPLY 1

Re: Remove Pricing From Cart / Mini Cart / Side

Hi @mhegabmeco287a 

 

You can remove price code from below files or set display: none on price div


Copying the file that you are changing 

 /vendor/magento/module-checkout/ 

to

app/design/frontend/Vendor/Theme/Magento_Checkout

 

Cart page: 

 

Magento_Checkout/templates/cart/item/default.phtml

 

Minicart:

 

Magento_Checkout/view/frontend/web/template/minicart/item/default.html

 

 

Also for More information, you can update the Mini Cart price file code if needed:

 

 

Magento_Checkout\view\frontend\web\template\minicart\item\price.html

 

Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!