To comment out (i.e. remove) all shipping icons, use the override system and edit includes/templates/template_default/templates/tpl_checkout_shipping_default.php as follows:
Change line 70 to read:
<legend><?php echo $quotes[$i]['module']; ?><!-- <?php if (isset($quotes[$i]['icon']) && zen_not_null($quotes[$i]['icon'])) { echo $quotes[$i]['icon']; } ?>--></legend>
As far as the zone issue is concerned, make sure your zones are set up correctly. Setting up zones can be tricky. Can you give us more detail on exactly how you went about setting up your zones?


Reply With Quote
If I get it working, I'll post immediately. In the meantime, if anyone else has any ideas, please post them. This would be a very useful mod if it could be made to work.
Thanks for posting the solution.

