If you want to let your customers know of your success you can do so with our Quest plaques.
Each plaque:
Has a fresh design
Explains briefly what your Centre/Team has gone through to achieve Quest
Identifies what status you have achieved
Gives a validity date
Provides information about the scheme manager – website and telephone number
Your wall mounted plaque will look the same as the picture, but the logo and words will be specific for your Centre/Team.
Please note:
Plaques and Certificates are only available to Centres and Teams with current Quest Accreditation
Plaques and Certificates will only be sent out to Centres and Teams on receipt of payment
If you are paying by Purchase Order, your PO number this must be entered in the Comments box in the payment section
* Please note that due to the current pandemic and restrictions, it may take longer for plaque orders to be processed and dispatched. Apologies for any inconvenience.
');
}
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=25&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
});
});
})