To easily make use of this option for UPS, go to UPS maps , enter in the zip code you ship from and the map will be displayed. Right click on it and save the image to your computer (this is allowable by UPS) and then upload it to your images directory. Then find this code in shopping_cart.php
<td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT) . '</a>'; ?></td>
<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>and add this after it<tr> <td align="center"><img src="images/ups_map.gif" alt="UPS Estimated Delivery Times"></td> </tr>That's it. Add something to your cart and view that page. The map should be displayed. The procedure is the same for FedEx except you have to go to the FedEx site.














