To download the addon, login to our client area at www.hardsoftcode.com/account and then do the following:
1. Click the My Services link under the Services menu
2. Select one of your active license keys to view the details
3. Choose the latest stable version to download from the downloads tab on this page
Installing the addon is very simple. The following steps will guide you through the process:
1. Unzip the contents of the zip file to a folder on your computer
2. Upload the entire files in the 'upload' folder to your website - if you experience problems, try uploading in binary mode
3. Login to admin area go to SETUP > ADDON MODULES
4. In the addon modules page you will see the Demo Toolbar click activate then click configure to see the Demo Toolbar options
5. Enter your license key and check Full Administrator box in the Access Control then click save changes
The Demo Toolbar come with a demo folder you can install this folder on your domain, subdomain or separate domain just follow this steps
If a language you operate in is not available as standard, then you can create your own translation. Here's how:
$_ADDONLANG['addonname'] = "Addon Name";
Be careful not to delete any of the quotation marks (") around the text strings or the semi-colons on the ends of each line (;). Also should you want to use a quote character (") within your translated text, you must escape it - for example: \" The language files are written in PHP syntax so valid PHP code must be maintained.