//path to your script $site_url="http://www.yoursite.co.uk";
//end path to your script
$region="uk"; //options 'uk' 'us'
$relationship="joined"; //options "joined" "" (if "joined" is not used all merchants will be included but use our id's on your not joined merchants)
$httpRequest="URL"; //options 'URL' CURL'
Open ajax_search.js
(edit line 32 and enter your site url)
var siteurl = http://www.yoursite.co.uk;
//end path to your script
Step 3 - Upload your framework files using FTP software.
Trouble Shooting
If you get the error: (URL file-access is disabled in the server configuration) then edit line 14 in config.php to use CURL
$httpRequest="URL"; //options 'URL' CURL'
Please note - The framework sites can either be used to help you get started building your voucher code website, or for reference to see how to incorporate the webservices into your own websites. We will give support regarding the actual feeds, but not with the programming.