also script.js - here is the code that should trigger it. But it's in the repeater so it's always there instead of selctively.
////------- Pricing Table
$(document).ready(function() {
$(".pricing").owlCarousel({
pagination: true,
navigation : false,
slideSpeed : 2500,
stopOnHover: true,
autoPlay: 3000,
singleItem:false,
itemsMobile : [550,1],
itemsDesktopSmall : [991,2],
items: 4,
transitionStyle : "fade",
navigationText: ['','']
});
});