Para não exibir o valor do frete no checkout quando for frete grátis:
- Checkout:
Ir até o arquivo
app/design/frontend/base/default/template/checkout/onepage/shipping_method/available.phtml
substituir o código/*Line 61*/ <?php echo $_excl; ?>
pelo código abaixo:
<?php if ($_rate->getPrice() > 0): ?>
<?php echo $_excl; ?>
<?php endif; ?>
- Checkou side-bar
Ir até o arquivo
app/design/frontend/base/default/template/checkout/onepage/progress/shipping_method.phtml
e substituir o código/*Line 42*/ <?php echo $_excl; ?>