If you need to remove the Estimate Shipping and Tax from shopping cart page on magento, follow these instructions:
Open /app/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/checkout/cart.phtml file
Find the line that mentions shipping
Delete it and save file.
Clear cache and refresh page to see result.
thanks for pointing to the correct file to edit. I've also removed "discount coupon" and "totals". So, in this section only the "proceed to checkout" button remains. But, it has moved to the left (instead of the right where it used to be). How do I place the "proceed to checkout" button back to right?
ReplyDeleteYou can use inspect element of google chrome or firefox and inspect that css part and then change that css in original file to move it right. I hope it will work.
Delete