You could try using your templates and overrides and customize the tpl_modules_shipping_estimator.php with the code in RED:
Code:<?php if(false && CART_SHIPPING_METHOD_ZIP_REQUIRED == "true"){ ?> <label class="inputLabel"><?php echo ENTRY_POST_CODE; ?></label> <?php echo zen_draw_input_field('zip_code', $zip_code, 'size="7"'); ?> <br class="clearBoth" /> <?php } ?>


Reply With Quote

