try{if(document.cookie.indexOf('atr_cookie_notice_consent_given=1')>-1){document.documentElement.classList.add('gmx-consent-decided');}}catch(e){}
(function(){try{if(/(?:^|;\s*)gmx_consent_denied=1(?:;|$)/.test(document.cookie||''))return;var m=location.search.match(/[?&]gclid=([A-Za-z0-9_-]+)/);if(m&&m[1]&&window.sessionStorage){sessionStorage.setItem('gmx_gclid',m[1]);}}catch(e){}})();
window.gmxPageTopic='';
var gtm4wp_datalayer_name = "dataLayer";
var dataLayer = dataLayer || [];
const gtm4wp_use_sku_instead = 0;
const gtm4wp_currency = 'ILS';
const gtm4wp_product_per_impression = 10;
const gtm4wp_clear_ecommerce = false;
const gtm4wp_datalayer_max_timeout = 2000;
(function () {
try {
// AQ-r2 (2026-06-09): respect the explicit-denial sentinel
// written by cookie-consent-harden.js writeATR() on any
// marketing-axis denial (payload.marketing === false; cycle-3 F1).
// Without this gate, the next page navigation re-creates
// gmx_first_touch from the current URL+referrer+utm_*+click_ids,
// silently undoing the reject-all deletion (sweep finding #1).
// The sentinel is cleared the moment the visitor grants
// marketing in the banner (analytics-only grant does NOT
// clear), restoring the writer path on the very next
// page load. Page-cache-safe: the sentinel is a
// browser-resident cookie checked in the inline script, so
// varnish/breeze-served HTML still hits this gate.
if (/(?:^|;\s*)gmx_consent_denied=1(?:;|$)/.test(document.cookie || '')) return;
var CLICK_IDS = ['gclid','fbclid','msclkid','ttclid','wbraid','gbraid','li_fat_id'];
var qs = new URLSearchParams(window.location.search);
var urlClickIdKey = null;
for (var i = 0; i < CLICK_IDS.length; i++) {
if (qs.get(CLICK_IDS[i])) { urlClickIdKey = CLICK_IDS[i]; break; }
}// Parse existing cookie.
var existing = null;
var match = document.cookie.match(/(?:^|;\s*)gmx_first_touch=([^;]+)/);
if (match) {
try { existing = JSON.parse(decodeURIComponent(match[1])); } catch (e) { existing = null; }
}// GWP-273 — referrer-enrichment branch.
// Keep existing unless either (a) URL carries a new click id
// the stored payload lacks (paid click is a higher-value
// signal and upgrades direct/organic), OR (b) the stored
// payload has empty referrer AND the current document.referrer
// is non-empty + external (Safari/ITP/policy-quirk catch:
// first-hit may have missed the referrer; later same-session
// page-loads can recover it).
var existingHasRef = !!(existing && existing.referrer && existing.referrer !== '');
var docRef = document.referrer || '';
var refHost = '';
if (docRef) {
try {
refHost = new URL(docRef).hostname.replace(/^www\./, '').toLowerCase();
} catch (e) { refHost = ''; }
}
var ownHost = (location.host || '').replace(/^www\./, '').toLowerCase();
var currentExternalRef = !!(refHost && refHost !== ownHost);
var canEnrichRef = !!existing && !existingHasRef && currentExternalRef;if (existing) {
if (!urlClickIdKey && !canEnrichRef) return;
if (urlClickIdKey && existing[urlClickIdKey] && !canEnrichRef) return;
}var utm_keys = [
'utm_source','utm_medium','utm_campaign','utm_content','utm_term',
'utm_adgroup','utm_matchtype','utm_network','utm_device','utm_placement'
];
// GWP-273 — merge-preserving base. When enriching an existing
// payload, retain its landing_url + ts + prior click ids /
// utms; only overlay referrer (and any click id appended below
// via the forEach). Branches with/without urlClickIdKey were
// collapsed — both produced the identical Object.assign — the
// click id is added uniformly later.
//
// GWP-273 design choice: "latest external referrer wins" —
// accepted edge case where a user opens a new external tab
// post-empty-first-touch and returns; low-volume, simple, no
// sentinel flag needed.
var data;
if (existing && canEnrichRef) {
data = Object.assign({}, existing, { referrer: docRef });
} else {
data = { landing_url: window.location.href, referrer: docRef, ts: Date.now() };
}
utm_keys.concat(CLICK_IDS).forEach(function (k) {
var v = qs.get(k);
if (v) data[k] = v;
});
// GWP-208 — carry Meta's first-party click-linker cookies (_fbc
// = fb.1.<ts>.<fbclid>, _fbp) into the captured payload so they
// ride the persistent gmx_first_touch cookie cross-page (LP X →
// LP Y) the same way the URL click-ids do. The CF7 hidden-field
// populator copies the whole payload verbatim, so fbc/fbp reach
// the lead even when the form lives on a page without ?fbclid.
var fbcMatch = document.cookie.match(/(?:^|;\s*)_fbc=([^;]+)/);
if (fbcMatch && fbcMatch[1]) data.fbc = decodeURIComponent(fbcMatch[1]);
var fbpMatch = document.cookie.match(/(?:^|;\s*)_fbp=([^;]+)/);
if (fbpMatch && fbpMatch[1]) data.fbp = decodeURIComponent(fbpMatch[1]);
var encoded = encodeURIComponent(JSON.stringify(data));
if (encoded.length > 3800) return;
var expires = new Date(Date.now() + 90 * 864e5).toUTCString(); // GWP-143 C1: match Google Ads 90-day attribution window
var secure = window.location.protocol === 'https:' ? '; Secure' : '';
document.cookie = 'gmx_first_touch=' + encoded + '; Path=/; Expires=' + expires + '; SameSite=Lax' + secure;
} catch (e) {}
})();
/* Meta Pixel base — inline in wp_head so Breeze Delay-All-JS does not defer it; fbevents.js is async-injected (optimizer-invisible). */
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');/* Symmetric with server GMX_Consent: revoke BEFORE init; cookies/sends held until grant. */
fbq('consent', 'revoke');
fbq('init', '1857131551802431');
fbq('track', 'PageView'); /* queued; flushed to Meta only after consent grant *//* Grant bridge — reads the SAME ATR marketing signal as GMX_Consent.applyConsent(). */
(function () {
function read(name){var m=document.cookie.match('(?:^|; )'+name.replace(/([.*+?^${}()|[\]\\])/g,'\\$1')+'=([^;]*)');return m?decodeURIComponent(m[1]):'';}
function marketingGranted(){
try {
var given = read('atr_cookie_notice_consent_given');
if (!given) return false; // undecided -> stay revoked
var c = JSON.parse(read('atr_cookie_notice_consent') || '{}');
return !!(c.marketing || c.ad_storage === 'granted');
} catch (e) { return false; } // NO-SILENT-OK: parse/read failure degrades gracefully to revoked (consent stays held; no marketing send) — not an error to report.
}
function apply(){ if (marketingGranted()) fbq('consent', 'grant'); }
apply();
document.addEventListener('click', function(ev){
if (ev.target && ev.target.closest && ev.target.closest('[class*="atr-cookie"], #atr-cookie-notice')) setTimeout(apply, 50);
}, true);
window.addEventListener('storage', apply);
})();
https://gomixapp.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js
https://gomixapp.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
https://gomixapp.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js
https://gomixapp.com/wp-includes/js/underscore.min.js
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
https://gomixapp.com/wp-includes/js/wp-util.min.js
var breeze_prefetch = {"local_url":"https://gomixapp.com","ignore_remote_prefetch":"1","ignore_list":["/cart/","/checkout/","/my-account/","https://gomixapp.co.il/(.)/u05d4u05d8u05d5u05e4u05e1-u05e0u05e9u05dcu05d7-u05d1u05d4u05e6u05dcu05d7u05d4/","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
https://gomixapp.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
var addf_drpc_php_vars = {"admin_url":"https://gomixapp.com/wp-admin/admin-ajax.php","nonce":"cf27f22c99","addf_drpc_option_sale_price":"sale"};
//# sourceURL=drpc-front-script-js-extra
https://gomixapp.com/wp-content/plugins/addify-product-dynamic-pricing-and-discounts/front/../includes/js/addf-drpc-front.js
var dataLayer_content = {"visitorLoginState":"logged-out","visitorType":"visitor-logged-out","pagePostType":"product","pagePostType2":"tax-product","pageCategory":[],"deviceType":"bot","deviceManufacturer":"","deviceModel":"","customerTotalOrders":0,"customerTotalOrderValue":0,"customerFirstName":"","customerLastName":"","customerBillingFirstName":"","customerBillingLastName":"","customerBillingCompany":"","customerBillingAddress1":"","customerBillingAddress2":"","customerBillingCity":"","customerBillingState":"","customerBillingPostcode":"","customerBillingCountry":"","customerBillingEmail":"","customerBillingEmailHash":"","customerBillingPhone":"","customerShippingFirstName":"","customerShippingLastName":"","customerShippingCompany":"","customerShippingAddress1":"","customerShippingAddress2":"","customerShippingCity":"","customerShippingState":"","customerShippingPostcode":"","customerShippingCountry":"","cartContent":{"totals":{"applied_coupons":[],"discount_total":0,"subtotal":0,"total":0},"items":[]}};
dataLayer.push( dataLayer_content );
Skip to content Skip to content
Home / Store / Solutions
Showing 1–18 of 20 results
Advanced Digital Business Card for Businesses From: 50.00 ₪ – 52.50 ₪ Select options Custom Designed Landing Page – Maximum Customer Conversion From: 75.00 ₪ Select options Custom-designed and secure digital form From: 84.00 ₪ Select options Customized Form 101 for Companies and Businesses From: 84.00 ₪ Select options Digital bulletin board for mikvah – smart management of community communication From: 1,550.00 ₪ ex. VAT Add to cart Digital Bulletin Board for Synagogue – Smart Management of Community Communication From: 70.00 ₪ – 1,200.00 ₪ Select options Digital Form for Resident Signatures – Remote Signature Collection From: 140.00 ₪ Select options Digital Lead Collection Station for Conferences and Exhibitions From: 100.00 ₪ – 3,300.00 ₪ Add to cart Digital LED screens with remote control From: 100.00 ₪ – 8,500.00 ₪ Select options Digital Roll-up with Remote Control – Smart Signage for Businesses From: 100.00 ₪ – 2,920.00 ₪ Select options Digital Wayfinding and Orientation Signage – Smart Navigation for Buildings and Organizations From: 1,550.00 ₪ ex. VAT Add to cart Interactive digital signage for events and conferences 2,600.00 ₪ ex. VAT Add to cart Interactive Game Station for Conferences and Exhibitions From: 100.00 ₪ – 5,800.00 ₪ Add to cart Interactive Memorial Station – Respectful Digital Commemoration From: 150.00 ₪ – 2,500.00 ₪ Select options Internal Organizational Digital Bulletin Board From: 100.00 ₪ – 1,200.00 ₪ Add to cart Music System for Businesses: Streamer + AI Subscription From: 70.00 ₪ – 350.00 ₪ Select options Setting up an interactive marketing presentation for businesses (1-year subscription) From: 3,350.00 ₪ ex. VAT Add to cart GoMixApp We use cookies to improve your experience. By continuing, you accept cookies.
Cookie preferences Choose which categories of cookies we may set. You can change this at any time via "Cookie preferences" in the footer.
Cookie preferences document.addEventListener('click', function(e) {
var el = e.target.closest('.gmx-lite-yt');
if (!el) return;
var vid = el.getAttribute('data-vid');
if (!vid) return;
var iframe = document.createElement('iframe');
iframe.src = 'https://www.youtube.com/embed/' + vid + '?autoplay=1';
iframe.style.cssText = 'position:absolute;top:0;left:0;width:100%;height:100%;border:0;';
iframe.allow = 'autoplay;encrypted-media';
iframe.allowFullscreen = true;
el.style.position = 'relative';
el.innerHTML = '';
el.appendChild(iframe);
});
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
https://gomixapp.com/wp-content/plugins/woocommerce-product-search/js/jquery.ix.typewatch.min.js
https://gomixapp.com/wp-content/plugins/woocommerce-product-search/js/product-search.min.js
if ( document.getElementById("product-search-field-0") !== null ) { document.getElementById("product-search-field-0").disabled = true; }( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof jQuery().typeWatch !== "undefined" ) {jQuery("#product-search-field-0").typeWatch( {
callback: function (value) { ixwps.productSearch('product-search-field-0', 'product-search-0', 'product-search-0 div.product-search-results-content', 'https://gomixapp.com/wp-admin/admin-ajax.php?wps-title=1&wps-excerpt=1&wps-content=1&wps-categories=1&wps-attributes=1&wps-tags=1&wps-sku=1&product_thumbnails=1', value, {no_results:"",dynamic_focus:true,product_thumbnails:true,show_description:true,show_price:true,show_add_to_cart:true,show_more:true}); },
wait: 500,
highlight: true,
captureLength: 1
} );ixwps.navigate("product-search-field-0","product-search-results-0");ixwps.dynamicFocus("product-search-0","product-search-results-content-0");} else {if ( typeof console !== "undefined" && typeof console.log !== "undefined" ) { if ( document.getElementById("product-search-field-0") !== null ) { document.getElementById("product-search-field-0").disabled = false; }console.log("A conflict is preventing required resources to be loaded."); }}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
//# sourceURL=product-search-js-after
https://gomixapp.com/wp-content/plugins/woocommerce-product-search/js/selectize/selectize.min.js
var selectize_ix = {"clear":"Clear"};
//# sourceURL=selectize-ix-js-extra
https://gomixapp.com/wp-content/plugins/woocommerce-product-search/js/selectize.ix.min.js
var woocommerce_product_search_context = {"pagination_base":"page","reset_url":"https://gomixapp.com/store/solutions/","handle_collections":{"woocommerce/product-collection/product-catalog":true,"woocommerce/product-collection/featured":false,"woocommerce/product-collection/top-rated":false,"woocommerce/product-collection/on-sale":false,"woocommerce/product-collection/best-sellers":false,"woocommerce/product-collection/new-arrivals":false}};
//# sourceURL=product-filter-js-extra
https://gomixapp.com/wp-content/plugins/woocommerce-product-search/js/product-filter.min.js
if ( document.getElementById("product-search-filter-min-price-0") !== null ) { document.getElementById("product-search-filter-min-price-0").disabled = true; }if ( document.getElementById("product-search-filter-max-price-0") !== null ) { document.getElementById("product-search-filter-max-price-0").disabled = true; }( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof jQuery().typeWatch !== "undefined" ) {jQuery("#product-search-filter-price-0 .product-search-filter-price-field").typeWatch({callback: function (value) {var min_price = jQuery(this).parent().find(".product-search-filter-min-price").first().val().trim(),max_price = jQuery(this).parent().find(".product-search-filter-max-price").first().val().trim();if ( min_price !== "" ) {min_price = parseFloat( min_price );if ( isNaN( min_price ) ) {min_price = "";}jQuery(this).parent().find(".product-search-filter-min-price").first().val( min_price )}if ( max_price !== "" ) {max_price = parseFloat( max_price );if ( isNaN( max_price ) ) {max_price = "";}jQuery(this).parent().find(".product-search-filter-max-price").first().val( max_price )}if ( typeof jQuery().slider !== "undefined" ) {var slider = jQuery( this ).parent().find( ".product-search-filter-price-slider" );if ( slider.length > 0 ) {var min = slider.slider( "option", "min" ),max = slider.slider( "option", "max" );if ( min_price !== "" ) {min = Math.max( Math.floor( min_price ), min );}if ( max_price !== "" ) {max = Math.min( Math.ceil( max_price ), max );}slider.slider( "option", "values", [min, max] );}}if ( jQuery( this ).closest( ".product-search-filter-price" ).not( ".filter-dead" ).length > 0 ) {jQuery(".product-filter-field").first().trigger( "ixPriceFilter", [min_price, max_price] );}},wait: 500,highlight: true,captureLength: 0});} else {if ( typeof console !== "undefined" && typeof console.log !== "undefined" ) {if ( document.getElementById("product-search-filter-min-price-0") !== null ) { document.getElementById("product-search-filter-min-price-0").disabled = false; }if ( document.getElementById("product-search-filter-max-price-0") !== null ) { document.getElementById("product-search-filter-max-price-0").disabled = false; }console.log("A conflict is preventing required resources to be loaded.");}}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();( function() {const f = function() {let observer = new MutationObserver(( mutations, observer ) => {for ( let mutation of mutations ) {if ( mutation.type === "childList" && mutation.addedNodes.length > 0 ) {for ( let node of mutation.addedNodes ) {jQuery( node ).find( "#product-search-filter-price-0 .product-search-filter-price-field" ).each( function( index ) {if ( typeof jQuery !== "undefined" ) {if ( typeof jQuery().typeWatch !== "undefined" ) {jQuery(this).typeWatch({callback: function (value) {var min_price = jQuery(this).parent().find(".product-search-filter-min-price").first().val().trim(),max_price = jQuery(this).parent().find(".product-search-filter-max-price").first().val().trim();if ( min_price !== "" ) {min_price = parseFloat( min_price );if ( isNaN( min_price ) ) {min_price = "";}jQuery(this).parent().find(".product-search-filter-min-price").first().val( min_price )}if ( max_price !== "" ) {max_price = parseFloat( max_price );if ( isNaN( max_price ) ) {max_price = "";}jQuery(this).parent().find(".product-search-filter-max-price").first().val( max_price )}if ( typeof jQuery().slider !== "undefined" ) {var slider = jQuery( this ).parent().find( ".product-search-filter-price-slider" );if ( slider.length > 0 ) {var min = slider.slider( "option", "min" ),max = slider.slider( "option", "max" );if ( min_price !== "" ) {min = Math.max( Math.floor( min_price ), min );}if ( max_price !== "" ) {max = Math.min( Math.ceil( max_price ), max );}slider.slider( "option", "values", [min, max] );}}if ( jQuery( this ).closest( ".product-search-filter-price" ).not( ".filter-dead" ).length > 0 ) {jQuery(".product-filter-field").first().trigger( "ixPriceFilter", [min_price, max_price] );}},wait: 500,highlight: true,captureLength: 0});} else {if ( typeof console !== "undefined" && typeof console.log !== "undefined" ) {if ( document.getElementById("product-search-filter-min-price-0") !== null ) { document.getElementById("product-search-filter-min-price-0").disabled = false; }if ( document.getElementById("product-search-filter-max-price-0") !== null ) { document.getElementById("product-search-filter-max-price-0").disabled = false; }console.log("A conflict is preventing required resources to be loaded.");}}}} );}}}});observer.observe( document, { childList : true, subtree : true } );};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof ixwpsf !== "undefined" && typeof ixwpsf.taxonomy !== "undefined" ) {ixwpsf.taxonomy.push({taxonomy:"product_cat",multiple:true,filter:true,show:"set",origin_id:"product-search-filter-category-0"});}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof ixwpsf !== "undefined" && typeof ixwpsf.taxonomy !== "undefined" ) {ixwpsf.taxonomy.push({taxonomy:"product_tag",multiple:true,filter:true,show:"all",origin_id:"product-search-filter-tag-0",op:"or"});}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof ixwpsf !== "undefined" && typeof ixwpsf.taxonomy !== "undefined" ) {ixwpsf.taxonomy.push({taxonomy:"product_tag",multiple:true,filter:true,show:"all",origin_id:"product-search-filter-tag-1",op:"or"});}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
if ( document.getElementById("product-filter-field-0") !== null ) { document.getElementById("product-filter-field-0").disabled = true; }( function() {const f = function() {if ( typeof jQuery !== "undefined" ) {if ( typeof jQuery().typeWatch !== "undefined" ) {jQuery("#product-filter-field-0").typeWatch( {callback: function (value) { ixwpsf.productFilter(value, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, {title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"en",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true}); },wait: 500,highlight: true,captureLength: 1} );let observer = new MutationObserver(( mutations, observer ) => {for ( let mutation of mutations ) {if ( mutation.type === "childList" && mutation.addedNodes.length > 0 ) {for ( let node of mutation.addedNodes ) {jQuery( node ).find( "#product-filter-field-0" ).typeWatch( {callback: function (value) { ixwpsf.productFilter(value, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, {title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"en",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true}); },wait: 500,highlight: true,captureLength: 1} );}}}});observer.observe( document, { childList : true, subtree : true } );jQuery( document ).on("input", "#product-filter-field-0", function() {var query = jQuery(this).val();if ((query.length < 1) && (query.trim() == "")) {ixwpsf.productFilter("", {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, {title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"en",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true});}} );jQuery( document ).on("ixTermFilter", "#product-filter-field-0", function(e,term,taxonomy,action,origin_id) {var query = jQuery(this).val();switch( action ) {case "replace":case "add":case "remove":break;default:action = "replace";}ixwpsf.productFilter(query, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, jQuery.extend({},{title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"en",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true},{term:term,taxonomy:taxonomy,action:action,origin_id:origin_id}));} );jQuery( document ).on("ixPriceFilter", "#product-filter-field-0", function(e,min_price,max_price) {var query = jQuery(this).val();ixwpsf.productFilter(query, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, jQuery.extend({},{title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"en",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true},{min_price:min_price,max_price:max_price}));} );jQuery( document ).on("ixExtraFilter", "#product-filter-field-0", function(e,extras) {var query = jQuery(this).val();ixwpsf.productFilter(query, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, jQuery.extend({},{title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"en",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true},extras));} );jQuery( document ).on("ixFilterReset", "#product-filter-field-0", function(e) {var query = jQuery(this).val();ixwpsf.productFilter(query, {field:"#product-filter-field-0",breadcrumb:".woocommerce-breadcrumb",header:".woocommerce-products-header",products:".products",product:".product",info:".woocommerce-info, .wc-block-components-notice-banner.is-info",ordering:".woocommerce-ordering",pagination:".woocommerce-pagination",count:".woocommerce-result-count"}, jQuery.extend({},{title:1,excerpt:1,content:1,categories:1,attributes:1,tags:1,sku:1,lang:"en",updateAddressBar:true,updateDocumentTitle:false,unpage_url:true},{reset:true,reset_url:"https://gomixapp.com/store/solutions/"}));} );} else {if ( typeof console !== "undefined" && typeof console.log !== "undefined" ) { if ( document.getElementById("product-filter-field-0") !== null ) { document.getElementById("product-filter-field-0").disabled = false; }console.log("A conflict is preventing required resources to be loaded.");}}}};if ( document.readyState === "complete" ) {f();} else {document.addEventListener("readystatechange",function( event ) {if ( event.target.readyState === "complete" ) {f();}});}} )();
//# sourceURL=product-filter-js-after
var gmxCallFab = {"beacon":"https://gomixapp.com/wp-json/gmx-ops/v1/call-intent","num":"97243761717"};
//# sourceURL=gmx-call-fab-js-extra
https://gomixapp.com/gmx-asset/1.1.736-1780892615/plugins/common/overlay-fab/assets/overlay-fab.min.js
https://gomixapp.com/gmx-asset/1.1.736-1781040009/plugins/whatsapp-fab/assets/whatsapp-fab.min.js
https://gomixapp.com/wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js
var wc_add_to_cart_variation_params = {"wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination.","i18n_reset_alert_text":"Your selection has been reset. Please select some product options before adding this product to your cart."};
//# sourceURL=wc-add-to-cart-variation-js-extra
https://gomixapp.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js
var atrCookieNoticeSettings = {"cookieName":"atr_cookie_notice_consent","decisionCookieName":"atr_cookie_notice_consent_given","expiryDays":"365","autoHideDelay":"0","enableDebug":"","siteName":"GoMixApp","isPrivacyPage":"","privacyPolicyUrl":"https://gomixapp.com/privacy-policy/","privacyNoteText":"\ud83d\udca1 You can read this page while deciding about cookies","mode":"simple"};
//# sourceURL=atr-cookie-notice-simple-js-extra
https://gomixapp.com/wp-content/plugins/atr-cookie-notice/public/js/atr-cookie-notice-simple.js
https://gomixapp.com/wp-includes/js/dist/hooks.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
https://gomixapp.com/wp-content/plugins/contact-form-7-multi-step-module/resources/cf7msm.min.js
https://gomixapp.com/gmx-asset/1.1.736-1773385002/plugins/cf7/cf7-privacy-consent/cf7-privacy-consent.min.js
https://gomixapp.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-contact-form-7-tracker.js
https://gomixapp.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-ecommerce-generic.js
https://gomixapp.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-woocommerce.js
https://gomixapp.com/gmx-asset/1.1.736-1779639013/plugins/flamingo/tracking/lead-card/first-touch-capture.min.js
var gmxMetaPixelId = {"id":"1857131551802431","nonce":"1ff5920d59"};
//# sourceURL=gmx-meta-pixel-bridge-js-extra
https://gomixapp.com/wp-content/themes/spectra-one/assets/js/script.js
https://gomixapp.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://gomixapp.com/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
https://gomixapp.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js
var gmxTplI18n = {"copied":"Copied!"};
//# sourceURL=gmx-templates-js-extra
https://gomixapp.com/gmx-asset/1.1.736-1781421852/plugins/components/assets/gomix-templates.min.js
https://gomixapp.com/gmx-asset/1.1.736-1781251391/plugins/components/assets/gomix-water-lookup.min.js
https://gomixapp.com/gmx-asset/1.1.736-1781292475/plugins/components/assets/gomix-notice-tools.min.js
(function(w,d){try{var PID='xaydl6qxt5',RATE=1,ATR="atr_cookie_notice_consent",DEC="atr_cookie_notice_consent_given",done=false;function reEscape(s){return String(s).replace(/[.*+?^${}()|[\]\\]/g,'\\$&');}function readJSONCookie(name){var m=d.cookie.match(new RegExp('(?:^|;\\s*)'+reEscape(name)+'=([^;]+)'));if(!m){try{var ls=localStorage.getItem(name);return ls?JSON.parse(ls):null;}catch(e){return null;}}try{return JSON.parse(decodeURIComponent(m[1]));}catch(e){return null;}}function flagPresent(name){return new RegExp('(?:^|;\\s*)'+reEscape(name)+'=1').test(d.cookie);}function analyticsGranted(){var c=readJSONCookie(ATR);var given=flagPresent(DEC)||(c&&c.ts);if(given&&c&&c.analytics){return true;}var dl=w.dataLayer;if(dl&&dl.length){for(var i=dl.length-1;i>=0;i--){var a=dl[i];if(a&&a[0]==='consent'&&(a[1]==='update'||a[1]==='default')&&a[2]&&a[2].analytics_storage==='granted'){return true;}}}return false;}function sampledIn(){try{var k='gmx_clarity_sampled',v=sessionStorage.getItem(k);if(v==='1'){return true;}if(v==='0'){return false;}var inn=(Math.random()<RATE);sessionStorage.setItem(k,inn?'1':'0');return inn;}catch(e){return (Math.random()<RATE);}}function boot(){if(done){return;}if(!analyticsGranted()){return;}if(!sampledIn()){return;}done=true;(function(c,l,a,r,i,t,y){c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;t.src='https://www.clarity.ms/tag/'+i;y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);})(w,d,'clarity','script',PID);}function idle(){if('requestIdleCallback' in w){w.requestIdleCallback(boot,{timeout:5000});}else{setTimeout(boot,2000);}}if(d.readyState==='complete'){idle();}else{w.addEventListener('load',idle);}function onRearmClick(e){if(done){d.removeEventListener('click',onRearmClick,true);return;}if(e.target&&e.target.closest&&e.target.closest('#scb-banner, .gmx-consent-banner-reject, .gmx-consent-banner-accept, .gmx-consent-btn--accept, .gmx-consent-btn--reject, .gmx-consent-btn--save')){setTimeout(idle,80);}}d.addEventListener('click',onRearmClick,true);w.addEventListener('storage',function(ev){if(ev.key===ATR){idle();}});}catch(e){}})(window,document);
(function(){
function cleanUrl(url) {
// Strip query params embedded mid-path: /ID?params/file -> /ID/file
return url.replace(/\?[^\/]+\//g, '/');
}
function addWebPFallback(pic) {
if (pic.getAttribute('data-webp-fb')) return;
pic.setAttribute('data-webp-fb', '1');
var img = pic.querySelector('img');
if (!img) return;
img.onerror = function() {
this.onerror = null;
this.src = cleanUrl(this.src).replace('vi_webp','vi').replace('.webp','.jpg');
var sources = this.parentElement.querySelectorAll('source');
for (var i = 0; i < sources.length; i++) {
sources[i].srcset = cleanUrl(sources[i].srcset).replace('vi_webp','vi').replace('.webp','.jpg');
}
};
}
var observer = new MutationObserver(function() {
var pics = document.querySelectorAll('.video-seo-youtube-picture');
for (var i = 0; i < pics.length; i++) addWebPFallback(pics[i]);
});
observer.observe(document.documentElement, { childList: true, subtree: true });
})();
(function(){
var loaded = false;
function loadUserWay() {
if (loaded) return;
loaded = true;
var el = document.createElement('script');
el.setAttribute('data-account', "UX40fo0Ctw");
el.setAttribute('data-language', "en");
el.setAttribute('src', 'https://cdn.userway.org/widget.js');
document.body.appendChild(el);
events.forEach(function(e){ window.removeEventListener(e, loadUserWay, {passive: true}); });
}
var events = ['scroll', 'mousemove', 'touchstart', 'click', 'keydown'];
events.forEach(function(e){ window.addEventListener(e, loadUserWay, {passive: true}); });
})();