','
'],
margin:35,
itemsDesktop : [3000,5], //5 items between 1000px and 901px
itemsDesktopSmall : [900,3], // betweem 900px and 601px
itemsTablet: [600,2], //2 items between 600 and 0
responsive: true,
responsiveRefreshRate : 200,
responsiveBaseWidth: window,
autoPlay : false,
center: true
});
}
if($(".owl-destacats").length) {
$(".owl-destacats").each(function() {
$(this).owlCarousel({
nav : true,
navText: ["",""],
slideSpeed : 300,
dots: false,
pagination: true,
paginationSpeed : 400,
rewindSpeed: 500,
autoplay:false,
autoplaySpeed: 600,
autoplayTimeout:5000,
mouseDrag:true,
responsiveClass:true,
loop:false,
stagePadding: 0,
responsive:{
0: {
items:1,
},
580: {
items: 2,
},
700:{
items:3,
},
1100:{
stagePadding: 0,
items:4,
}
},
margin:$(this).hasClass('carousel-blog')?25:10,
});
})
}
if($(".owl-categories-visitades").length) {
$('.owl-categories-visitades').owlCarousel({
nav : true,
navText: ["",""],
slideSpeed : 300,
dots: false,
pagination: true,
paginationSpeed : 400,
rewindSpeed: 500,
autoplay:false,
autoplaySpeed: 600,
autoplayTimeout:5000,
mouseDrag:true,
loop:false,
responsiveClass:true,
stagePadding: 0,
responsive:{
0:{
items:2,
mouseDrag:true,
},
700:{
items:3,
mouseDrag:true,
},
1100:{
stagePadding: 0,
items:4,
},
},
margin:10,
});
}
$('.see_pwd').mousedown(function(event) {
if(event.which==1)
$(this).prev().attr("type","text");
});
$('html').mouseup(function() {
$('.see_pwd').prev().attr("type","password");
});
$('.desplega_families .fa').click(function() {
if($('#cont_height').attr('style'))
$('#cont_height').removeAttr('style');
else
$('#cont_height').css('max-height',$('.column').height()+'px');
$(this).toggleClass('active');
$('.desplega_families .deg').toggleClass('toggled');
})
$(window).on('load resize',function(){
w_scroll = window.innerWidth-$(window).width();
if($(window).width() <= mida_mobile && last_elem != '#contenidor_arees')
{
$("#header").insertAfter('#contenidor_arees');
last_elem = "#contenidor_arees";
$("#columna_esq").removeAttr("style");
$('#menu .botiga_menu').removeClass('active');
$('#menu .botiga_menu').next().stop(true,true);
$('#menu .botiga_menu.first').next().slideUp("fast");
}
else if($(window).width() > mida_mobile && last_elem != '#barra_top')
{
$("#header").insertAfter('#barra_top');
last_elem = "#barra_top";
}
if($(window).width() <= (mida_mobile - w_scroll)) {
$('#fixed_menu').addClass('fixed');
posiciona_content();
}
else {
if($(document).scrollTop() <= 300) {
$('#fixed_menu').removeClass('fixed');
$('.menu_mobile').hide();
}
$('.logo_cerca').css('padding-top',0);
}
//$('#content_logo').css('margin-top',($('#fixed_menu > div').innerHeight()+5))
if($("#recerca.active").height()) {
//if($(window).height()!=height ||) {
height = $(window).height();
width_search = $('.contenidor_centrat').width();
if($(window).width() > 1000)
//$("#recerca").css({'height':(height-70)+'px','width':(width_search)+'px'});
$("#recerca").css({'height':(height-70)+'px'});
else
$("#recerca").css('height',(height-150)+'px');
//}
}
if($('.gallery_popup .cycle-slide-active').length) {
carrega_zoom($('.gallery_popup:visible .cycle-slide-active'))
}
});
$(window).scroll(function(){
/*if($(window).scrollTop()>300) {
if($('#menu #new_shop').is(':visible') && !$('#menu div.botiga_menu:visible').hasClass('controla_scroll')) {
$('#menu div.botiga_menu:visible').addClass('controla_scroll')
$('#menu div.botiga_menu:visible').prev().toggleClass('active').addClass('white_aux');
$('#menu div.botiga_menu:visible').slideToggle('fast',function() {
$('#menu div.botiga_menu').prev().removeClass('white_aux');
$('#menu div.botiga_menu').removeClass('controla_scroll')
});
}
}*/
if($(window).width() > mida_mobile) {
if($('#columna_esq').length)
controla_scroll();
if($(document).scrollTop() > 300 && $('#content').height()> 800) {
$("#fixed_menu").addClass('fixed');
$("#scroll_top").fadeIn(250);
}
else {
$("#fixed_menu").removeClass('fixed');
$("#scroll_top").fadeOut(250);
$('.menu_mobile').hide();
}
}
else {
if($('#columna_esq').length)
$("#columna_esq").removeAttr("style");
}
/*if($(window).width()
');
$("#div-results").html('' + response.msg + '
'); $('#cont_cart_small_loading').remove(); input.value = ''; } }, error: function(err) { console.error("AJAX error: ", err); $('#missatge_excel').html(''+lang_error_inesperat_al_pujar_fitxer+'
'); $('#cont_cart_small_loading').remove(); input.value = ''; } }); } function processChunk(id_proces_excel, total_items, items_processed, finalMessage) { let progress = total_items > 0 ? (items_processed / total_items) * 100 : 0; $('#import_progress_bar').css('width', progress + '%'); $('#import_progress_text').text(`${lang_afegint_articles} ${items_processed} / ${total_items}`); $.ajax({ url: apps_url + '?action=p&p=PUBLIC/SHOP/cart_small_detail.php&action_cart=process_chunk', type: 'POST', data: { id_proces_excel: id_proces_excel }, dataType: 'json', success: function(response) { if (response.status == 'OK') { if (response.finished) { $('#import_progress_bar').css('width', '100%'); $('#import_progress_text').text(lang_proces_completat); let finalHtml = '' + response.msg + '
'); $('#cont_cart_small_loading').remove(); } }, error: function(err) { console.error("AJAX error: ", err); $('#missatge_excel').html(''+lang_error_inesperat_al_pujar_fitxer+'
'); $('#cont_cart_small_loading').remove(); } }); } function afegirCookie(c_name,value,exdays) { var exdate=new Date(); exdate.setDate(exdate.getDate() + exdays); var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString()); document.cookie=c_name + "=" + c_value+";path=/"; } function retornaCookie(c_name) { var c_value = document.cookie; var c_start = c_value.indexOf(" " + c_name + "="); if (c_start == -1) { c_start = c_value.indexOf(c_name + "="); } if (c_start == -1) { c_value = null; } else { c_start = c_value.indexOf("=", c_start) + 1; var c_end = c_value.indexOf(";", c_start); if (c_end == -1) { c_end = c_value.length; } c_value = unescape(c_value.substring(c_start,c_end)); } return c_value; } function acceptarCookies() { var validacio=retornaCookie("validacio_cookies"); if (validacio==null || validacio=="") { afegirCookie("validacio_cookies","Y",365); } document.getElementById('msg_validar_cookies').style.display = 'none'; } function open_popup(id) { $.magnificPopup.open({ items: { src: '#'+id }, type: 'inline', mainClass: 'mfp-fade', midClick: true }); return false } function mostra_resta_text(id) { if(id) el = $(el); else el = $('#descripcio_article'); el.html(el.data().description); } function amaga_text(id) { if(id) el = $(el); else el = $('#descripcio_article'); el.html(el.data().less); } function opentab(id) { $('.tab, .content-tab').removeClass('active'); $('#tab-'+id+', #content-tab-'+id).addClass('active'); } function toggle_see_more(el,target) { $(el).toggleClass('active'); $(target).slideToggle('fast'); } function close_missatge_top() { $.get(apps_url+"?action=p&p=PUBLIC/php/methods.php&m=hide_missatge_top",""); $('body').removeClass('te_missatge'); $('#missatge_top').remove(); posiciona_content(); } function close_open_in_app() { $.get(apps_url+"?action=p&p=PUBLIC/php/methods.php&m=hide_open_in_app",""); $('body').removeClass('te_app_redirect'); $('#app_redirect').remove(); posiciona_content(); } function posiciona_content() { var padding = 0; if($(window).width() <= (mida_mobile - w_scroll)) padding = 50; if($('body').hasClass('te_missatge')) padding+=$('#missatge_top').innerHeight(); if($('body').hasClass('te_app_redirect')) padding+=$('#app_redirect').innerHeight(); $('.logo_cerca').css('padding-top',padding); } function mostra_subart(id) { preu_ant = $('#color_'+id).data('preu-anterior'); preu = $('#color_'+id).data('preu'); $('input[name="color"]').prop('checked',false); $('#color_'+id).prop('checked',true); if(preu > 0) { $('.consultar').hide(); $('.preu_anterior').html(preu_ant); if(preu_ant*1 > 0) $('.bloc_preu_anterior').show(); else $('.bloc_preu_anterior').hide(); $('.preu').html(preu).show(); } else { $('.bloc_preu_anterior, .preu').hide(); $('.consultar').show(); } $('#titol_subart').html($('#color_'+id).data('titol')); $('#ref_subart').html($('#color_'+id).data('codi')); $('#colort_txt').html($('#color_'+id).data('color-desc')); $('#disp_subart').html($('#color_'+id).data('disponibilitat')); var preus_volum = $('#color_' + id).data('preu-volum'); var text_unitats = $('#color_' + id).data('txt-unitats'); var text_oferta = $('#color_' + id).data('txt-oferta'); var iva = $('#color_' + id).data('iva'); $('.bloc_preu_volum').empty(); if (preus_volum) { $('.bloc_preu_volum').append('