Here's a quick fix, but there's probably a better way.
open: catalog/view/theme/default/template/checkout/cart.tpl
Find
<div class="cart-module">
<?php foreach ($modules as $module) { ?>
<?php echo $module; ?>
<?php } ?>
</div>
Replace
<div class="cart-module">
<?php $mods = 1; foreach ($modules as $module) { ?>
<?php if($mods>2){ echo $module; } $mods++; ?>
<?php } ?>
</div>
http://forum.opencart.com/viewtopic.php?t=37419&p=180239
you can just disabled it from admin, Extensions > Total > Transport and disable Estimation. don't choose the hard way.
ReplyDeletein 1.5.5.1 this is found:
ReplyDeleteExtensions -> Order Totals -> Shipping -> Shipping Estimator
thks
ReplyDeletelooking to do the same on 1564 but cant find disable estimation
ReplyDelete