Community Add-Ons

Maintainers: ffff
Add file to this package
Top » Features

Google Earth Hack v1.0
for osCommerce Online Merchant v2.2

Funktionsbeschreibung:

Ein kleiner Hack, um auf der Admin-Bestellübersicht per Klick die
Lieferadresse als Ortsmarke in Google Earth (http://earth.google.de/) zu
übernehmen.


Description:

A small hack to take the delivery address from the admin orders page with a
click as placemark over to Google Earth (http://earth.google.com/).

Legend:  Download   Report
Expand All / Collapse All
Display map on same window jorge911 26 Mar 2008  

An alternative or as a complement the map can be shown on the same order page avoiding the need to click on the button, open new window, etc.

To install just search for:
<!-- body_eof //-->

And insert just above:

<iframe width="100%" height="100%" src="http://maps.google.com/maps?q=<?php $total = tep_address_format($order->delivery['format_id'], $order->delivery, 0, '', ','); echo substr($total, strpos($total, ',') + 1);?>" frameborder="1">

You could insert it also somewhere else if you like the map in a different position on the order page.

By the way, the map is displayed in Google Maps (maps.google.com) and not GoogleEarth which is the program.

Version 4.0 alexjudd 7 Jan 2008  
street added wterlinden 9 May 2007  
Comment ffff 27 Sep 2006  
Google Earth Hack, for USA pixclinic 26 Sep 2006  
Google Earth Hack v1.0 ffff 26 Sep 2006