Conveyancing Calculator | Instant Quote Engine Plugin and Quote Management software

If you are a Solicitor, Licensed Conveyancer, Estate Agent, Mortgage Broker or own a property website or portal, then we have software that lets you generate residential conveyancing leads and provide instant online conveyancing quotations for your website visitors. Using the The Conveyancing Network Conveyancing Lead and Quote Platform, your business can offer instant online conveyancing quotations and receive instant instructions 24 hours a day, 7 days a week.

Simple, Quick and Easy to install

Simple, Quick and Easy to install into your website You can look forward to your site being up and running in under an hour. The steps below, guide you through installing the plugin on your website.

Step 1 - In order to use the software on your website, you will need a website license key

In order to use the plugin on your third party website, you will need a website license key. Simply email us at [email protected] to request your license key.

Step 2 - Adding the code into your website

Once you have your license key, your first step will be to create an empty container on the page you wish to install the conveyancing comparison quotation engine. Make sure this container has a width specified either inline or inside your website CSS files. An example of this code is shown below:

<div id="conveyancing-quotes"></div>

The id chosen for my tag above is "conveyancing-quotes". This is just an example id and can be anything you would like to call it. Remember the id attribute has to be unique to your webpage. There cannot be anything else with the id "conveyancing-quotes" on the page.

Step 3 - Adding the license key and engine

Once you have setup your container you can now add the necessary javascript plugin call to your website. Try and add this at the end of your webpage, just before the closing "body" tag. The code needed is below:

<script type="text/javascript">
var tcnconfig = {
license: 'XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXXXXXX', /* This is where you put your unique license key */
container: 'conveyancing-quotes' /* This is the unique id of your container */
};
(function() { var tcnjs = document.createElement('script'); tcnjs.type = 'text/javascript'; tcnjs.async = true;
tcnjs.src = 'https://conveyancing.tcn-online.com/engine.min.js?' + Math.random();
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(tcnjs, s);
})();
</script>

This will complete your installation.

Step 4 - Ready - Final check to ensure it matches your website look and feel

Once you have completed the software code installation, contact us, where we will be more than happy to customise the look and feel of the appearance of the quote Calculator on your website. We can customise colours, buttons, navigation, fonts and more. Email us on [email protected] with the URL of your conveyancing quote calculator page and we will take care of the rest!