Warning: "continue 2" targeting switch is equivalent to "break 2". Did you mean to use "continue 3"? in /home/biscoitosnz/public_html/vqmod/vqmod.php on line 591
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; EvalMath has a deprecated constructor in /home/biscoitosnz/public_html/system/library/installment_plan_info/matheval.class.php on line 89
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Browser has a deprecated constructor in /home/biscoitosnz/public_html/system/journal2/lib/Browser.php on line 38
Journal.notificationTimer = parseInt('1500', 10);
Journal.quickviewText = 'QuickView';
Journal.scrollToTop = parseInt('1', 10);
Journal.stickyTopSpacing = 0;
Journal.BASE_HREF = 'url(' + $('base').attr('href') + ')';
$(document).ready(function () {
Journal.productPage();
Journal.enableProductOptions();
Journal.updatePrice = true;
Journal.enableSideBlocks();
Journal.searchAutoComplete();
Journal.enableStickyHeader();
Journal.quickViewStatus = false;
if ($('html').hasClass('product-page') || $('html').hasClass('quickview')) {
Journal.enableCloudZoom('inner');
}
Journal.productPageGallery();
$('.product-list-item .image .wishlist:hidden, .product-list-item .image .compare:hidden, .product-grid-item .product-details .wishlist:hidden, .product-grid-item .product-details .compare:hidden').remove();
$(window).scroll(function () {
if ($(this).scrollTop() > 300) {
$('.scroll-top').fadeIn(200);
} else {
$('.scroll-top').fadeOut(200);
}
});
$('.scroll-top').click(function () {
$('html, body').animate({scrollTop: 0}, 700);
});
$('#top-modules > .hide-on-mobile').parent().addClass('hide-on-mobile');
$('#bottom-modules > .hide-on-mobile').parent().addClass('hide-on-mobile');
$('#top-modules .gutter-on').parent().addClass('gutter');
$('#bottom-modules .gutter-on').parent().addClass('gutter');
$(window).resize();
Journal.init();
});
/* Custom JS */