Shop
Quest Mystery Visit A stand-alone mystery visit conducted by an industry professional. During the visit the mystery vis.. Product #: QMV16 Regular price: $350.00
$350.00 99
Your shopping cart is empty!
Brand: Quest
Product Code: QMV16
Availability: 99
A stand-alone mystery visit conducted by an industry professional.
During the visit the mystery visitor will concentrate on the operational aspects of the centre as well as customer service.
Following the visit a detailed report will be produced with a banding of Unsatisfactory, Satisfactory, Good, Very Good or Excellent.
');
}
if (data['success']) {
$('#review-title').after('
' + data['success'] + '
');
$('input[name=\'author\']').val('');
$('textarea[name=\'review\']').val('');
$('input[name=\'rating\']:checked').attr('checked', '');
}
}
});
});
// Function to active reviews tab
activeReviewsTab = (function () {
$('#productTab a[href="#reviews"]').tab('show');
});
// Function to update price when options are added
updatePrice = (function () {
var siteUrl = 'https://www.questnbs.org/';
$.ajax({
type: 'POST',
url: siteUrl + 'index.php?option=com_eshop&view=product&id=19&layout=price&format=raw',
data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'),
dataType: 'html',
success: function (html) {
$('#product-price').html(html);
}
});
})
$(document).ready(function () {
$('.image-additional').slick({
dots: false,
infinite: false,
speed: 300,
slidesToShow: 3,
touchMove: false,
slidesToScroll: 1
});
});
})