shopGold Integration Guide

Integration with shopGold address forms made simple

A step-by-step guide to integration with shopGold address forms.

Preparation

Download

Download our shopGold plugin from the plugins page. For shopGold, we currently only offer a plugin for Postcode Lookup (UK only). The plugin is free to download.

Visit the download pageopen in new window

Installation

Step 1

Copy and paste your access token on line 20 of shopgold_crafty_clicks.js (in place of xxxxx-xxxxx-xxxxx-xxxxx).

Step 2

Upload shopgold_crafty_clicks.js to folder /javascript on your server.

Step 3

Edit the file zamowienie_rejestracja.php. At line 81 you will find:

$tpl->dodaj('__SRODKOWA_KOLUMNA', $srodek->uruchom());

Replace it with this:

$cc_js = '<script type="text/javascript" src="javascript/shopgold_crafty_clicks.js"></script>';
$tpl->dodaj('__SRODKOWA_KOLUMNA', $cc_js.$srodek->uruchom());

Step 4

Edit the file rejestracja.php. At line 60 you will find:

$tpl->dodaj('__SRODKOWA_KOLUMNA', $srodek->uruchom());

Replace it with this:

$cc_js = '<script type="text/javascript" src="javascript/shopgold_crafty_clicks.js"></script>';
$tpl->dodaj('__SRODKOWA_KOLUMNA', $cc_js.$srodek->uruchom());

Configuration (optional)

On lines 23 – 31 of shopgold_crafty_clicks.js you will find some configuration settings. You will need to upload any changes again as per step 2.

Questions

  • Do you offer support? Yes, we do offer support during normal business hours in the UK. If you run into any issues, let us know and we will be happy to help.
  • Is this free? The extension is free to download and try, but to use it on a live site you will need a paid account with us.
  • Do I need to sign up for an account to try it? Yes, you’ll need a trial account, at least. You can easily sign up for a free trial account.