View Single Post
  #204  
Old 04-19-2012, 05:33 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

Default Re: X-Cart Ability Template v4.4.x

Quote:
Originally Posted by PhilJ
Hi David,

The map script was updated recently to use Google Maps API v3, thereby not requiring an API key. So in contactus.tpl I replaced...

Code:
{if $config.Ability_Template.abi_addon_display_map eq "Y" && $config.Ability_Template.abi_addon_display_map_key ne ""}

With...

Code:
{if $config.Ability_Template.abi_addon_display_map eq "Y"}

Ensure you have a valid company address in general settings > company.

Thanks mate I see you have done that.

Now the maps still don't show but there is now a little box that says "Enter Your Location"

http://www.robertsonpackaging.com/images/support/screener-contact-us.png

When I type a post code in to that location it takes me to google maps and shows directions to our location which is set in general settings -> company
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote