Reputation: 764
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.
Upvotes: 0
Views: 844
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