@ideal-postcodes/bigcommerce
v3.0.10
Published
Ideal Postcodes BigCommerce bindings
Downloads
94
Readme
Add UK address search and validation to BigCommerce address forms
@ideal-postcodes/bigcommerce
builds the integration code to enable UK address search and validation on BigCommerce address forms.
For installation, feature list and configuration see our guide.
BigCommerce introduced a breaking change? Contact support.
Links
Configuration Options
Upon loading, the script will exit unless a global configuration object (idpcConfig
) is detected.
<script>
window.idpcConfig = {
apiKey: "iddqd",
};
</script>
A list of configuration options can be found in our guide.
Screenshots
Address Autocomplete
Activate address autocompletion on your address collection forms.
Postcode Lookup
Enable Postcode Lookup on your address collection forms.
Test
# Build JavaScript bundle
npm run build
# Run Cypress test suite with API Key
CYPRESS_API_KEY='key' npm test