Feb/12
7
Removing Magento’s Estimate Shipping and Tax Box
No comments · Posted by Ryan in Magento user guides and help
As a Magento Developer, one of the most common requests we have is it to remove the default Estimate Shipping and Tax box on the Shopping Cart page.
To do this go to frontend/default/yourtheme/template/checkout/cart/shipping.phtml
Go to line 121 and delete the following code:
<div class="col-2">
<?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
</div>
estimate shipping box magento · Magento Shipping · Modify Magento Shopping Cart · Remove estimate shipping magento
