AddressFinder

The best way to find exact addresses in New Zealand

  • Skip to Main Navigation
  • Skip to Footer Sitemap
  • Skip to Top

Menu

Get Started Free

  • Pricing
  • Features & plugins
  • About us
  • Case studies
  • FAQ
  • Contact
  • Blog
  • JavaScript widget docs
  • API developer docs
  • Log in
  • Pricing
  • Features
  • More
    • Company & product
      • About Us
      • Case Studies
      • FAQ
      • Partners
      • Blog
      Contact Us
    • Integrations
      • Magento
      • WooCommerce
      • BigCommerce
      • Salesforce
      • Shopify Plus
      See all integrations
    • JavaScript widget docs
      • Integration Guide
      • Widget Code Generator
      • Widget Reference
      • Code Examples
      See all JavaScript docs
    • API developer docs
      • Address Autocomplete
      • Address Metadata
      • Address Verification
      See all API docs
  • Log in
  • Get Started Free

AddressFinder plugin for Shopify Plus

What is the AddressFinder extension for Shopify Plus?

  • The AddressFinder plugin for Shopify Plus adds an autocomplete capability to the billing and shipping address fields for Australian and New Zealand Shopify Plus Stores.
  • Get Verified addresses - No more mistakes. Save addresses straight from your webform to your database.
  • Access the latest addresses - Database refreshed monthly for up-to-date addresses.
  • No software required - AddressFinder is a Javascript widget and API.
  • Supports all modern browsers - AddressFinder for Shopify Plus will work in all modern browsers.

Installation

  • 1. Sign in to your Shopify Plus store and edit the checkout.liquid file. This can be found under Themes -> Edit Code
  • 2. Copy and paste the following scripts into the file, just above the closing body tag.
      
        <script>
        window.AddressFinderPlugin = {
          key: "ADDRESSFINDER_DEMO_KEY",
          widgetOptions: {
            address_params: {}
          }
        }
        </script>
        <script async src="https://api.addressfinder.io/assets/shopify/v1/boot.js"></script>
      
    
  • 3. Update the "ADDRESSFINDER_DEMO_KEY" with your AddressFinder licence key. If you don't have a licence key yet, you can get one by signing up for a free plan.
  • 4. Test the extension on the Checkout page of your store. When you test, select either 'Australia' or 'New Zealand' in the country field of the checkout, then search an address.

Advanced Usage

If you want to adjust the default behaviour of the widget you may add additional options. These options should be added in the widgetOptions object in your AddressFinder script. For a full list of possible options visit our Widget Documentation.

      
        window.AddressFinderPlugin = {
          key: "ADDRESSFINDER_DEMO_KEY",
          widgetOptions: {
            empty_content: 'No addresses were found. Please enter your address manually'
          }
        };
      
    

Country Specific Options

If you need to add different options for each country you can enter them in objects with the keys 'nzWidgetOptions' and 'auWidgetOptions'

      
        window.AddressFinderPlugin = {
          key: "ADDRESSFINDER_DEMO_KEY",
          nzWidgetOptions: {
            empty_content: 'No addresses were found. Please enter your address manually'
          },
          auWidgetOptions: {
            empty_content: 'No addresses were found. Please contact us to resolve this issue'
          }
        };
      
    

Next steps

Get Started Free

Existing user? Get your Licence key from the AddressFinder Portal.

  • JavaScript Widget
    • Integration guide
    • Widget code generator
    • Code examples
    • Best practices
    • Fixing browser quirks
    • Advanced usage
    • Can't find your address?
    • JavaScript widget reference
  • API Specs (NZ)
    • Address Autocomplete
    • Address Metadata
    • Address Verification
    • Address Reverse Geocode
    • Address Bounding Box
    • Location Autocomplete
    • Location Metadata
    • Points of Interest Autocomplete
    • Points of Interest Metadata
    • API Errors
  • API Specs (AU)
  • Integrations
    • Magento
    • WooCommerce
    • BigCommerce
    • Salesforce
    • Shopify Plus
    • Spiffy Stores
    • Ruby
    • iOS
    • Drupal
    • Microsoft Dynamics 365
    • Vue
    • Gravity Forms

Sitemap

Home

  • About
  • Contact
  • Blog
  • FAQ
  • Pricing
  • Case Studies
  • Status Page
  • Privacy Policy
  • Terms & Conditions

Features

  • Address Autocomplete
  • Address Verification
  • Address Metadata
  • Geocode Addresses
  • Reverse Geocode Addresses
  • Points of Interest
  • Street, Suburb & City Search
  • Bounding Box Search
  • Customer Portal

Integrations

  • WooCommerce
  • BigCommerce
  • Shopify Plus
  • Magento
  • Salesforce
  • Spiffy Stores
  • iOS
  • Ruby
  • Drupal
  • Microsoft Dynamics 365
  • Vue
  • Gravity Forms

API Documentation

  • Address Autocomplete
  • Address Metadata
  • Address Verification
  • API Errors
  • Another 6 APIs
  • AU APIs specs

Widget Documentation

  • Integration Guide
  • Code Generator
  • Code Examples
  • Javascript Reference

Get Started Free

AddressFinder is also available in Australia