Integrating the widget into a site

In order to integrate the quote and book widget into a website do the following;


1. Add widget code to html and input the region, brand, tour ID and option ID in the fields

    <div id="app-ttc-widget" class="app-ttc-widget-container">
        <booking-widget region="" brand="" tourid="" optionid="" ttcwidgetapiurl=""><booking-widget>
    </div>
    

2. Add script code to the bottom of the body tag

    <script src="https://ttcwidget.dev.travcorpservices.com/js/ttc-qab-widget.js"></script>