Addressfinder

The best way to find exact addresses in Australia

  • Skip to Main Navigation
  • Skip to Footer Sitemap
  • Skip to Top
  • About
    • About Us
    • Case Studies
    • FAQ
    • Partners
    • Blog
    • Contact Us
  • Pricing
  • Industries
    • E-commerce
      Collect verified delivery addresses
    • Finance
      Verified address data for KYC and AML
    • Utilities
      Make network connections faster
  • Features
    • Address Autocomplete
      Search verified addresses as you type
    • Bulk Cleansing
      Verify your database of addresses and emails
    • Email Verification
      Collect only valid email addresses
    • Phone Verification
      Verify numbers at the point of collection
    • Geocode Addresses
      Collect addresses and GPS coordinates together
    • Address Metadata
      Get extra data about addresses
    • MORE FEATURES
  • Address Verification
    • Integration Guide
    • Javascript Reference
    • Code Examples
    • API Reference
    • Code Generator
    • International Integration
  • Email Verification
    • Integration Guide
    • Javascript Reference
    • Code Examples
    • API Reference
  • Phone Verification
    • Integration Guide
    • Javascript Reference
    • Code Examples
    • API Reference
  • About
    • About Us
    • Case Studies
    • Frequently Asked Questions
    • Partners
    • Blog
    • Contact Us
  • Pricing
  • Industries
    • E-commerce
      Collect verified delivery addresses
    • Finance
      Verified address data for KYC and AML
    • Utilities
      Make network connections faster
  • Features
    • Address Autocomplete
      Search verified addresses as you type
    • Bulk Cleansing
      Verify your database of addresses and emails
    • Email Verification
      Collect only valid email addresses
    • Phone Verification
      Verify numbers at the point of collection
    • Geocode Addresses
      Collect addresses and GPS coordinates together
    • Address Metadata
      Get extra data about addresses
    • MORE FEATURES
  • Documentation
    • Integrations
      • Magento
      • WooCommerce
      • Hubspot
      • Salesforce
      • Shopify Plus
      See all integrations
    • Address Verification
      • Integration Guide
      • Javascript Reference
      • Code Examples
      • API Reference
      • Code Generator
      • International Integration
    • Email Verification
      • Integration Guide
      • Javascript Reference
      • Code Examples
      • API Reference
    • Phone Verification
      • Integration Guide
      • Javascript Reference
      • Code Examples
      • API Reference
  • Login

Addressfinder plugin for BigCommerce

What is the Addressfinder BigCommerce plugin?

As BigCommerce no longer supports BluePrint themes, we have also dropped our support for the Addressfinder-BluePrint plugin.

If you still use a BluePrint theme, you are welcome to follow the integration instructions below and test the plugin. If things work as expected then feel free to use the plugin, however, if testing reveals issues we suggest you remove it as we are not in a position to resolve these.

Shows a user entering an address and the autocomplete functionality showing matched addresses

The Addressfinder for BigCommerce plugin provides the following features:

  • Autocomplete billing and shipping address in checkout page
  • Autocomplete address in my account page
  • Support for both New Zealand and Australian stores
  • This plugin requires ZERO programming ability

Installation Instructions - Older themes

  1. Log into the control panel for your site, and navigate to Store Setup > Design.
  2. Your current theme will be displayed in the Themes tab; click Edit HTML/CSS to access your template files.
  3. Install the plugin:
    1. Find the checkout_express.html file
    2. Scroll to the bottom of the page
    3. Copy the following JavaScript snippet and paste it in just before the closing </body> tag
        
          (function(d,w){
            w.AddressFinderConfig = {
              key:"ADDRESSFINDER_DEMO_KEY"
            };
            w.addEventListener('DOMContentLoaded', function(){
              var s = d.createElement("script");
              s.src = "https://api.addressfinder.io/assets/bigcommerce/v1/boot.js";
              s.async = 1;
              d.body.appendChild(s);
            });
          })(document, window);
        
      
    4. Replace the ADDRESSFINDER_DEMO_KEY placeholder in the snippet you added in the previous step with your own Addressfinder keys
  4. Then, repeat Step 3 for the files createaccount.html and shippingaddressform.html.

The Addressfinder plugin for BigCommerce source is also available on Github.

Advanced Usage

If you want to adjust the default behaviour of the widget you may add additional options. These options should be added inside an object with the key 'widgetOptions' and should be in the form of key value pairs. This section may be excluded for default behaviour. For a full list of possible options visit our Widget Documentation

    
      w.AddressFinderPlugin = {
        key_nz: "ADDRESSFINDER_DEMO_KEY",
        key_au: "ADDRESSFINDER_DEMO_KEY",
        widgetOptions: {
          byline: false
        }
      };
    
  

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'

    
      w.AddressFinderPlugin = {
        key_nz: "ADDRESSFINDER_DEMO_KEY",
        key_au: "ADDRESSFINDER_DEMO_KEY",
        nzWidgetOptions: {
          byline: false
        },
        auWidgetOptions: {
          byline: true
        }
      };
    
  

Testing

Follow the steps below to confirm that the plugin is working successfully:

  1. Visit the store page of the website
  2. Choose an item, and click Add to Cart
  3. Click Checkout button
  4. Choose the Checkout as Guest
  5. Click Continue
  6. Select the country as New Zealand or Australia
  7. Enter in a portion of the address in field Address Line 1
  8. Suggested addresses should appear
  9. Select one of the suggestions
  10. Confirm that the relevant address form fields are populated
  11. Untick the “I also want to ship to this address” checkbox
  12. Click the button labeled: Bill to this Address
  13. Repeat from Step 6 (above)
  14. Finally, repeat from Step 4, but select the “Register an Account” option

The Addressfinder plugin for BigCommerce source code is also available on Github.

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

Software Licence

The Addressfinder plugin for BigCommerce is released under the permissive free software MIT Licence.

Next steps

Get Started

  • Address Verification
    • Integration guide
    • Code examples
    • Widget code generator
    • Best practices
    • Fixing browser quirks
    • Advanced usage
    • Javascript widget reference (NZ)
    • Javascript widget reference (AU)
    • Javascript widget reference (Int'l)
    • Integration guide (Int'l)
  • Email Verification
    • Integration guide
    • Javascript reference
    • Code examples
    • Advanced usage
    • API reference
  • Phone Verification
    • Integration guide
    • Javascript reference
    • Code examples
    • Advanced usage
    • API reference
  • API Documentation (AU)
    • Address Autocomplete
    • Address Metadata
    • Address Verification
    • Location Autocomplete
    • Location Metadata
    • API Errors
  • API Documentation (NZ)
    • Address Autocomplete
    • Address Metadata
    • Address Verification
    • Address Reverse Geocode
    • Location Autocomplete
    • Location Metadata
    • Points of Interest Autocomplete
    • Points of Interest Metadata
    • API Errors
  • API Documentation (INT'L)
    • Address Autocomplete
    • Address Metadata
  • Integrations
    • Magento
    • WooCommerce
    • BigCommerce
    • Salesforce
    • Shopify Plus
    • HubSpot
    • StoreConnect
    • Spiffy Stores
    • Ruby
    • iOS
    • Drupal
    • Microsoft Dynamics 365
    • Vue
    • Gravity Forms
    • React
Addressfinder logo
Addressfinder provides speedy, accurate and dependable address autocompletion at a fair price. Easily integrate our address finder software with your site to start enjoying our address verification, address autocomplete and other address services today.

Sitemap

  • About
  • About Us
  • Contact
  • Blog
  • FAQ
  • Pricing
  • Case Studies
  • Status Page
  • Privacy Policy (Service)
  • Privacy Statement (Website)
  • Terms & Conditions
  • Features
  • Address Autocomplete
  • Address Metadata
  • Address Verification
  • Bulk Address Cleansing
  • Address Geocoding
  • Email Address Verification
  • Phone Verification
  • International Autocomplete
  • Street, Suburb & Postcode Search
  • Postcode Finder
  • Address Verification
  • Integrations
  • WooCommerce
  • BigCommerce
  • Shopify Plus
  • Magento
  • Salesforce
  • Spiffy Stores
  • iOS
  • Ruby
  • HubSpot
  • StoreConnect
  • Drupal
  • Microsoft Dynamics 365
  • Vue
  • Gravity Forms
  • React
  • API Documentation
  • Address Autocomplete
  • Address Metadata
  • Address Verification
  • Email Verification
  • Phone Verification
  • API Errors
  • NZ API specs
  • International APIs
  • Widget Documentation
  • Address (AU) Integration Guide
  • Address (AU) Javascript Reference
  • Address (INT'L) Integration Guide
  • Address (INT'L) Javascript Reference
  • Email Integration Guide
  • Email Javascript Reference
  • Phone Integration Guide
  • Phone Javascript Reference
Addressfinder is also available in New Zealand
Terms and Conditions
Copyright © 2025 Addressfinder, New Zealand