Vikky
Vikky

Reputation: 764

how to remove tax rate and tax amount column from checkout cart in magento 1.9

I am working on magento cart and i have to remove the tax column from the checkout cart. I have removed it from header by editing cart.phtml but the rows are rendering from other file which i am trying to figure out. If any one can point me in direction it will be a great help.enter image description here

Upvotes: 0

Views: 844

Answers (1)

Vladimir Samsonov
Vladimir Samsonov

Reputation: 1329

you will have to edit cart item template

normally located here by default: /app/design/frontend/base/default/template/checkout/cart/item/default.phtml

Upvotes: 1

Related Questions