Admin - Configuration - Shipping/Packaging - Show Shipping Estimator Button - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Shipping/Packaging - Show Shipping Estimator Button - Catalog
/path/to/your/shop/includes/modules/shipping_estimator.php
| Line #199 : if (SHOW_SHIPPING_ESTIMATOR_BUTTON == '1') { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_shopping_cart_default.php
| Line #151 : case (SHOW_SHIPPING_ESTIMATOR_BUTTON == '1'):
Line #159 : case (SHOW_SHIPPING_ESTIMATOR_BUTTON == '2'): |