Address Auto-Complete for nopCommerce by Fetchify

Created by	: Fetchify (support@fetchify.com)
Version		: 1.2.0
Release Date	: 23 September 2026

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Intro:

	This modification adds global address auto-complete functionality to nopCommerce. 
	
	Customers simply start to enter their street address, then select their full address from a list. This saves them time and 
	effort of having to type out their full address. This should create happy customers and help push the conversion ratios up. 
	
	An added bonus is that all addresses going into the database are pre-filtered. The chances of an incorrect address creeping in are
	hugely reduced. This should reduce chances of deliveries going to the wrong place and potentially save a lot of trouble for 
	the merchant.
	
	You need a Fetchify account to make this code work on a live site. To sign up for a free trial account, go to
	fetchify.com. Once signed up you will be emailed an access token. The demo account is limited to 100 lookups on the real 
	data.
	
	To go live on a production server you will have to buy some credit packs. Lookups are charged on a simple per click basis. Monthly
	direct debit plans and annual licences are available.
	
#########################################################################################################################################
Installation :

+++++++++++++++++++++++++++++++++++++++++++++< STEP 1 >+++++++++++++++++++++++++++++++++++++++++++++
Sign up for a trial account with Fetchify: https://account.fetchify.com/#/signup

You will get an access token by email. There is no obligation to buy anything and you automatically
get 100 trial credits. If you need more credits to test the integration, please get in touch and we
will try to accommodate you (support@fetchify.com).

+++++++++++++++++++++++++++++++++++++++++++++< STEP 2 >+++++++++++++++++++++++++++++++++++++++++++++
Copy & paste the token you got in step 1 to line 13 of nopcommerce_fetchify_auto.js (in place of xxxxx-xxxxx-xxxxx-xxxxx).

+++++++++++++++++++++++++++++++++++++++++++++< STEP 3 >+++++++++++++++++++++++++++++++++++++++++++++
Reference the .js file in any of your .cshtml files that render a postal address form. 

That's it!

+++++++++++++++++++++++++++++++++++++++++++++< STEP 4 >+++++++++++++++++++++++++++++++++++++++++++++
(optional) Modify the configuration

Near the top of nopcommerce_fetchify_auto.js (lines 12-15) you will find some configuration settings. You can disable
the hide fields feature by setting hide_fields to false.

+++++++++++++++++++++++++++++++++++++++++++++< STEP 5 >+++++++++++++++++++++++++++++++++++++++++++++
Test it. If it isn't working, drop us an email on support@fetchify.com - we will help!

+++++++++++++++++++++++++++++++++++++++++++++< GO LIVE >++++++++++++++++++++++++++++++++++++++++++++
Once your trial credits run out, you will need to decide on the best purchasing option based on the 
volume of usage you expect on your site. Contact us for advice, or have a look at:
https://fetchify.com/pricing/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
