🦘 Webshop · All integrations

Address autocomplete in Shoporama

Shoporama shops get Danish address search in checkout with one snippet in the design template — no code deploy.

Shoporama exposes the design templates, so you can insert the widget script globally or on the checkout page only. The widget attaches to the address field and suggests complete Danish addresses.

How to set it up

  1. Get an API key
    Free account on the dashboard → copy dawa_live_….
  2. Insert the snippet in the design
    Design → Edit design in the Shoporama admin — put the script in head/footer or in the checkout template.
  3. Adjust the selector
    Find the address field's name in your checkout and point the selector at it.
  4. Save and test
    Type an address with a typo and watch DAR-backed suggestions appear.
# Snippet in the Shoporama design
<!-- Shoporama: Design → Rediger design → tilføj i footer/head -->
<script src="https://danadresse.dk/static/js/danadresse-widget.js"></script>
<script>
  DanadresseAutocomplete.attach('input[name="address"]', {
    apiKey: 'dawa_live_…'
  });
</script>

Good to know

No code deploy

Everything happens in the design editor — save and you're live.

Easy for customers

Arrow keys + Enter, ARIA roles and a mobile-friendly dropdown are built into the widget.

Free to start

The Hobby key costs nothing — upgrade when volume grows.

Ready to try it with Shoporama?

Free Hobby key, no credit card — the API answers in under 100 ms.

Get an API key →

API docs · Code examples · JS widget