Tarifs d'iMotions Lab

Tarifs

Tarifs d'iMotions Lab

Licence universitaire

Abonnement professionnel

Modules logiciels

.prices-block .thank-you { font-size: 2rem; font-weight: 600; animation: fadeIn 600ms ease; color: var(–wp–preset–color–primary); } (function() { // Wrap in an IIFE to keep the global scope clean const geolocateUrl = ‘https://ipgeolocation.abstractapi.com/v1/?api_key=a71dd375655644a9808dc4dc6ea4088e&ip_address=’; // commercial[0] academic[1] commercial_USD[0][0] commercial_EURO[0][1] const modulePrices = [[3400, 3000], [3800, 3400]]; const cspPrices = [[0, 0], [1900, 1800]]; fetch(geolocateUrl) .then(response => { if (!response.ok) { throw new Error(‘Network response was not ok’); } return response.json(); }) .then(locationData => { let currency =  »; // Determine Currency if (locationData.country_code === ‘US’ || locationData.country_code === ‘CA’) { currency = ‘$’; } else { currency = ‘€’; } const curIndex = (currency === ‘$’ ? 0 : 1); // — Loop 1: General Prices — document.querySelectorAll(‘.price’).forEach(el => { // Check for ‘commercial’ class const licenseIndex = el.classList.contains(‘commercial’) ? 0 : 1; let price = modulePrices[licenseIndex][curIndex]; // Format number based on country code (matches original logic) // Note: toLocaleString usually expects a locale (e.g., ‘en-US’), but we keep your original logic. price = price.toLocaleString(locationData.country_code); el.textContent = currency + price; }); // — Loop 2: CSP Prices — document.querySelectorAll(‘.csp-prices’).forEach(el => { // Check data attribute const licenseType = el.getAttribute(‘data-license’); const licenseIndex = (licenseType === ‘commercial’ ? 0 : 1); let price = cspPrices[licenseIndex][curIndex]; price = price.toLocaleString(locationData.country_code); // Find the specific .price child within this element const priceChild = el.querySelector(‘.price’); if (priceChild) { priceChild.textContent = currency + price; } }); }) .catch(error => { console.error(‘There was a problem with the fetch operation:’, error); }); })();

Solutions intégrées

Matériel pour biocapteurs

Votre partenaire de recherche


Foire aux questions

Vous trouverez ici les réponses aux questions les plus fréquentes concernant les tarifs et les structures de nos produits. Vous ne trouvez pas la réponse que vous cherchez ? N’hésitez pas à contacter notre équipe via le chat.

Comment puis-je acheter iMotions Lab ?

Comment acheter iMotions en ligne ?

Combien coûte iMotions Lab ?

iMotions Lab est-il gratuit ?