/*
* Custom code goes here.
* But it could slow down your site * Neil Trinh
*/
$(document).ready( function(){
if ($('#js-product-list').length > 0) {
magentech.init();
}
prestashop.on('updateProductList', function (event) {
if (magentech.spMagentechDisplay instanceof Function) {
var view = $.totalStorage('n_display');
magentech.spMagentechDisplay(view);
}
});
});
jQuery(document).ready(function($) {
$('.product-accessories .products').owlCarousel({
pagination: false,
center: false,
nav: true,
mouseDrag: false,
loop: true,
margin: 30,
navText: [ '', '' ],
dots: false,
slideBy: 1,
autoplay: false,
autoplayTimeout: 2500,
autoplayHoverPause: true,
autoplaySpeed: 800,
startPosition: 0,
responsive:{
0:{
items:1
},
480:{
items:2
},
768:{
items:2
},
992:{
items:3
},
1200:{
items:3
},
1400:{
items:3
}
}
});
});