Servicios Wallet+ de NOC.
NOC lanzó Wallet+ para reinventar la entrega de fidelización, combinando recompensas, tarjeta de membresía e información de niveles en un solo pase móvil.

Un público de alta confianza al que el antiguo programa de recompensas no llegaba.
Sin identidad de fidelidad unificada
La fidelidad estaba fragmentada entre plataformas, lo que generaba una marca y una entrega de valor inconsistentes.
Conocimiento ineficiente de recompensas
Los clientes no eran plenamente conscientes de la acumulación de puntos ni de las oportunidades de canje.
Falta de acceso inmediato
Las recompensas y los datos de los miembros no estaban disponibles en tiempo real en el POS ni en el móvil.
Experiencia Wallet+ optimizada para la cultura del café
El lanzamiento de Wallet+ de NOC creó un recorrido de recompensas sin fricciones.

Una tarjeta que los socios sí guardan — y abren.
Mayor participación
El acceso en tiempo real a ofertas y puntos ayudó a impulsar la participación regular y las visitas repetidas entre los clientes leales.
Canjes más fluidos
Con la integración de Wallet+, las recompensas fueron más fáciles de canjear y toda la experiencia de fidelidad se sintió más ligera.
Soluciones CRM comprobadas, en acción.

Wallet de Recompensas AIA Alta
Un wallet de recompensas exclusivo desarrollado para AIA Alta con el fin de mejorar la experiencia del cliente en el AIA Wealth Management Centre.
Leer más
Tarjeta Electrónica de Membresía iSpace de BMW
iSpace de BMW revoluciona la propiedad de autos de lujo con tarjetas electrónicas de membresía digital, integrando soluciones de wallet para experiencias personalizadas y sin fricciones.
Leer más
Programa de Recompensas para el Personal de Clarins
Clarins gamifica la capacitación de sus empleados con un programa de recompensas digital, impulsando el compromiso del personal a través de incentivos por puntos e integración con e-wallet.
Leer másTu caso de éxito comienza aquí.
Perfecciona el recorrido de tus clientes con JuicySuite. Agenda una demo y diseñaremos juntos tu primer programa.
/\* Card Border Gradient \*/ /\*Box Shadow method .card\_item { border: 3px solid white; border-radius: 1.25rem; padding: 20px; box-sizing: border-box; background-color: #f6f1f0; transition: box-shadow 0.3s; } .card\_item:hover { box-shadow: 0 0 0 5px #FF5C4C inset, 0 0 0 8px #FFABE7 inset; } \*/ section { position: relative; } p { text-wrap: pretty; } h1, h2, h3, h4, h5, h6{ text-wrap: balance; } .legal\_item a { text-decoration: underline; } /\* Nav link Product Hover \*/ .nav\_link\_products { position: relative; text-decoration: none; /\* Remove default underline \*/ } .nav\_link\_products::after { content: ''; position: absolute; width: 100%; height: 2px; /\* Adjust the height of the underline as needed \*/ bottom: -2px; /\* Adjust the position of the underline as needed \*/ left: 0; background: linear-gradient(to right, #ff5c4c, #ffabe7); transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s ease-out; } .nav\_link\_products:hover::after { transform: scaleX(1); transform-origin: bottom left; } /\* Nav Link General Hover\*/ .navbar1\_link { position: relative; text-decoration: none; /\* Remove default underline \*/ } .navbar1\_link::after { content: ''; position: absolute; width: 100%; height: 2px; /\* Adjust the height of the underline as needed \*/ bottom: -2px; /\* Adjust the position of the underline as needed \*/ left: 0; background: black; /\* Use a solid black color \*/ transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s ease-out; } .navbar1\_link:hover::after { transform: scaleX(1); transform-origin: bottom left; } /\* Default styles (applies to all screen sizes) \*/ .navbar1\_link\_features { position: relative; text-decoration: none; /\* Remove default underline \*/ } .navbar1\_link\_features::after { content: ''; position: absolute; width: 100%; height: 2px; /\* Adjust the height of the underline as needed \*/ bottom: -2px; /\* Adjust the position of the underline as needed \*/ left: 0; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s ease-out; } .navbar1\_link\_features:hover::after { transform: scaleX(1); transform-origin: bottom left; } /\* Styles for viewports below 991px \*/ @media (max-width: 991px) { .navbar1\_link\_features::after { background: black; /\* Change to black \*/ } } /\* Styles for viewports above 991px \*/ @media (min-width: 992px) { .navbar1\_link\_features::after { background: #685e64; /\* Default color \*/ } } /\* Set color style to inherit \*/ .inherit-color \* { color: inherit; } /\* Focus state style for keyboard navigation for the focusable elements \*/ \*\[tabindex\]:focus-visible, input\[type="file"\]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /\* Get rid of top margin on first element in any rich text element \*/ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /\* Get rid of bottom margin on last element in any rich text element \*/ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /\* Prevent all click and hover interaction with an element \*/ .pointer-events-off { pointer-events: none; } /\* Enables all click and hover interaction with an element \*/ .pointer-events-on { pointer-events: auto; } /\* Create a class of .div-square which maintains a 1:1 dimension of a div \*/ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /\* Make sure containers never lose their center alignment \*/ .container-medium,.container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /\* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. \*/ /\* a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } \*/ /\* Apply "..." after 3 lines of text \*/ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /\* Apply "..." after 2 lines of text \*/ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /\* Adds inline flex display \*/ .display-inlineflex { display: inline-flex; } /\* These classes are never overwritten \*/ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } /\* Apply "..." at 100% width \*/ .truncate-width { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /\* Removes native scrollbar \*/ .no-scrollbar { -ms-overflow-style: none; overflow: -moz-scrollbars-none; } .no-scrollbar::-webkit-scrollbar { display: none; } /\* Disable default focus styles \*/ input:focus, textarea:focus, select:focus, button:focus { outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; /\* Remove default arrow \*/ background-image: url(...); /\* Add custom arrow \*/ } .alternate-rich-text p{ color:white !important; margin-top: 1rem; margin-bottom: 0.5rem; } \[data-card=hover\] .card\_hover\_wrap { opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; } \[data-card=hover\]:hover .card\_hover\_wrap { opacity: 1; visibility: visible; } @media screen and (max-width: 480px) { .w-richtext figure.w-richtext-align-floatleft { float: none !important; margin: 0 auto; } } .nav\_link\_list\_wrap a.w--current { color: #3e3e3e !important; } .nav\_link\_list\_wrap a.w--current:hover { color: #ff761a !important; } .nav\_link\_list\_item.last a.w--current { color: white !important; /\* or your desired color \*/ }
[
](/)
[
Contacto
.button.is-primary .button\_primary\_hover\_bg { opacity: 0; transition: opacity 0.4s ease; } .button.is-primary:hover .button\_primary\_hover\_bg { opacity: 1; }
](/contact)
[EN](/success-stories/noc-wallet-services)
[中](/zh-hk/success-stories/noc-wallet-service)
[
Agenda una demo
](#)
- [Inicio](/)
- Productos
[
Productos
](/platform#products)
[Sitio web de membresía](/products/membership-website)

[eWallet en Apple y Google](/products/ewallet-on-apple-google)

[Motor de fidelización](/products/loyalty-engine)

[Plataforma de datos de clientes (CDP)](/products/customer-data-platform-cdp)

[App móvil de marca blanca](/products/white-label-mobile-app)

[
Funcionalidades
](/platform#features)
[
Tarjeta de sellos digital
](/features/digital-stamp-card)
[
Puntos y niveles
](/features/points-tiers)
[
Gestión de recompensas
](/features/rewards-management)
[
Campañas de fidelización
](/features/loyalty-campaigns)
[
Referidos
](/features/referral)
[
Cupones prepagados y crédito
](/features/prepaid-voucher-credit)
[
Tarjeta de regalo
](/features/gift-card)
[
Panel e informes
](/features/dashboard-report)
[
Segmentación de clientes
](/features/customer-segmentation)
[
Automatización de marketing
](/features/marketing-automation)
- [
Servicios
](/platform#services)
[Personalización del sistema](/services/system-customisation)

[Servicios de consolidación de datos (ETL)](/services/data-consolidation-services-etl)

[Alianzas de regalos y promociones](/services/gift-promotion-partnership)

[Servicio de éxito para comercios](/services/merchant-success-service)

- [
Industrias
](/platform#industries)
[Empresas](/industries/enterprise)

[Alimentos y bebidas](/industries/food-beverage)

[Retail](/industries/retail)

[Belleza](/industries/beauty)

- [casos de éxito](/success-stories)
- [Blog](/resources)
- [precios](/pricing)
- [
Contacto
.button.is-primary .button\_primary\_hover\_bg { opacity: 0; transition: opacity 0.4s ease; } .button.is-primary:hover .button\_primary\_hover\_bg { opacity: 1; }
](/contact)
[
](/)
[](#)
Productos
[Sitio web de membresía](/products/membership-website)
[eWallet en Apple y Google](/products/ewallet-on-apple-google)
[Motor de fidelización](/products/loyalty-engine)
[Plataforma de datos de clientes (CDP)](/products/customer-data-platform-cdp)
[App móvil de marca blanca](/products/white-label-mobile-app)
[
Funcionalidades
](/platform#features)
[Gestión de recompensas](/features/rewards-management)
[Automatización de marketing](/features/marketing-automation)
[Segmentación de clientes](/features/customer-segmentation)
[Campañas de fidelización](/features/loyalty-campaigns)
[Cupones prepagados y crédito](/features/prepaid-voucher-credit)
[Panel e informes](/features/dashboard-report)
[Tarjeta de regalo](/features/gift-card)
[Referidos](/features/referral)
[Puntos y niveles](/features/points-tiers)
[Tarjeta de sellos digital](/features/digital-stamp-card)
[
Servicios
](/platform#services)
[Personalización del sistema](/services/system-customisation)
[Servicios de consolidación de datos (ETL)](/services/data-consolidation-services-etl)
[Alianzas de regalos y promociones](/services/gift-promotion-partnership)
[Servicio de éxito para comercios](/services/merchant-success-service)
Industrias
[Empresas](/industries/enterprise)
[Alimentos y bebidas](/industries/food-beverage)
[Retail](/industries/retail)
[Belleza](/industries/beauty)
[Precios](/pricing)[Casos de éxito](/success-stories)[Blog](/resources)
[
Contacto
.button.is-primary .button\_primary\_hover\_bg { opacity: 0; transition: opacity 0.4s ease; } .button.is-primary:hover .button\_primary\_hover\_bg { opacity: 1; }
](/contact)
[EN](/success-stories/noc-wallet-services)
[中](/zh-hk/success-stories/noc-wallet-service)
document.addEventListener('DOMContentLoaded', function() { // Function to initialize image hover effects for a specific dropdown function initDropdownImageHover(dropdownElement) { if (!dropdownElement) return; // Get all tab links within this dropdown const tabLinks = dropdownElement.querySelectorAll('.nav\_dropdown\_tab\_link'); // Get the first image (default image) within this dropdown const defaultImage = dropdownElement.querySelector('.nav\_links\_list .nav\_links\_item:first-child .navbar\_dropdown\_image'); // Show default image on load if (defaultImage) { defaultImage.style.opacity = '1'; defaultImage.style.transition = 'opacity 0.3s ease'; } // Add mouseenter event to each link tabLinks.forEach(link => { link.addEventListener('mouseenter', function() { // Get the ID of the hovered link const linkId = this.textContent; // Hide all images within this dropdown first const allImages = dropdownElement.querySelectorAll('.navbar\_dropdown\_image'); allImages.forEach(img => { img.style.opacity = '0'; img.style.transition = 'opacity 0.3s ease'; }); // Find and show the corresponding image const correspondingImage = dropdownElement.querySelector(\`.navbar\_dropdown\_image\[id="${linkId}"\]\`); if (correspondingImage) { correspondingImage.style.opacity = '1'; } }); }); // Show default image when mouse leaves the navbar const navWrap = dropdownElement.querySelector('.navbar\_dropdown\_tabs\_wrap'); if (navWrap) { navWrap.addEventListener('mouseleave', function() { // Hide all images first const allImages = dropdownElement.querySelectorAll('.navbar\_dropdown\_image'); allImages.forEach(img => { img.style.opacity = '0'; }); // Show default image if (defaultImage) { defaultImage.style.opacity = '1'; } }); } } // Initialize for each dropdown section const dropdowns = \[ document.querySelector('.navbar-dropdown2\_dropdown-list'), // Products dropdown document.querySelector('.navbar-dropdown2\_dropdown-list.services'), // Services dropdown document.querySelector('.navbar-dropdown2\_dropdown-list.is-industries') // Industries dropdown \]; dropdowns.forEach(dropdown => { if (dropdown) { initDropdownImageHover(dropdown); } }); });
.nav\_link\_dropdown\_toggle:hover .nav\_products\_link { color: #ff761a; } /\* Add this to your existing CSS \*/ .mobile\_nav\_cms\_link.w--current { color: #3E3E3E; /\* This is the neutral black color used in your site \*/ font-weight: 700; } .mobile\_nav\_cta\_wrap .button.is-primary.w--current{ color: #ffffff !important; }

# Servicios Wallet+ de NOC

## Resumen
### Potenciamos la experiencia de fidelización de NOC mediante la integración con Wallet+ y una interacción digital sin fricciones.
Industria
Alimentos y bebidas
TAMAÑO DE LA EMPRESA
400
Productos y servicios
Servicio de éxito para comercios
eCard en Apple y Google Wallet
## Desafíos
## Sin una identidad de fidelización unificada
La fidelización estaba fragmentada entre plataformas, lo que generaba inconsistencias en la marca y en la entrega de valor.
## Conciencia ineficiente sobre las recompensas
Los clientes no eran del todo conscientes de cómo acumular o canjear puntos.
## Falta de acceso instantáneo
Las recompensas y los datos de los miembros no estaban disponibles en tiempo real en el POS ni desde el móvil.


## La solución
## Experiencia Wallet+ optimizada para la cultura del café
El despliegue de Wallet+ en NOC creó un recorrido de recompensas sin fricciones.
- **Integración con el wallet móvil**
Agrega tarjetas a Apple y Google Wallet al instante.
- **Core**
Sincronización en tiempo real con el POS para recompensas en vivo y seguimiento de niveles.
- **Visibilidad de la fidelización**
Los miembros ven puntos, nivel y beneficios de un vistazo.
- **Ofertas push**
Momentos de sorpresa y deleite basados en los hábitos de visita.
## Los resultados

Mayor engagement
El acceso en tiempo real a ofertas y puntos ayudó a impulsar la interacción habitual y a fomentar las visitas recurrentes entre los clientes leales.

Canjes más fluidos
Con la integración de Wallet+, las recompensas se volvieron más fáciles de canjear, mejorando las tasas de uso y enriqueciendo la experiencia de fidelización.
## Proyectos relacionados
Soluciones CRM comprobadas en acción: proyectos que generan valor

### Wallet de Recompensas de AIA Alta
eCard en Apple y Google Wallet
Empresas
Sitio web de membresía y plugin
Un wallet de recompensas exclusivo desarrollado para AIA Alta para potenciar la experiencia del cliente en el AIA Wealth Management Centre.
[
Leer más
/\* Animation styles for link buttons with arrow icons - On hover, text moves left and arrow appears/moves right - Creates a smooth sliding effect for button content - Only applies to desktop/tablet (>768px) for better mobile UX \*/ /\* Initial state - arrow is hidden and offset \*/ @media (min-width: 768px) { /\* Hide and position arrow initially \*/ .button.is-link .link\_arrow\_svg { transform: translateX(10px); opacity: 0; transition: transform 0.3s ease; } /\* On hover - move text left \*/ .button.is-link:hover .button\_text { transform: translateX(-10px); transition: transform 0.3s ease; } /\* On hover - show arrow and slide it right \*/ .button.is-link:hover .link\_arrow\_svg { transform: translateX(50px); opacity: 1; transition: transform 0.3s ease; } }
](/success-stories/aia-alta-rewards-wallet)

### E-Card de Membresía iSpace de BMW
eCard en Apple y Google Wallet
Empresas
Sitio web de membresía y plugin
BMW iSpace revoluciona la propiedad de autos de lujo con e-cards de membresía digitales, integrando soluciones de wallet para experiencias personalizadas sin fricciones.
[
Leer más
/\* Animation styles for link buttons with arrow icons - On hover, text moves left and arrow appears/moves right - Creates a smooth sliding effect for button content - Only applies to desktop/tablet (>768px) for better mobile UX \*/ /\* Initial state - arrow is hidden and offset \*/ @media (min-width: 768px) { /\* Hide and position arrow initially \*/ .button.is-link .link\_arrow\_svg { transform: translateX(10px); opacity: 0; transition: transform 0.3s ease; } /\* On hover - move text left \*/ .button.is-link:hover .button\_text { transform: translateX(-10px); transition: transform 0.3s ease; } /\* On hover - show arrow and slide it right \*/ .button.is-link:hover .link\_arrow\_svg { transform: translateX(50px); opacity: 1; transition: transform 0.3s ease; } }
](/success-stories/bmw-ispace-membership-e-card)

### Programa de Recompensas para Personal de Clarins
Retail
eCard en Apple y Google Wallet
Automatización de marketing
Clarins gamifica la capacitación del personal con un programa de recompensas digitales, impulsando el engagement de los empleados mediante incentivos basados en puntos e integración con e-wallet.
[
Leer más
/\* Animation styles for link buttons with arrow icons - On hover, text moves left and arrow appears/moves right - Creates a smooth sliding effect for button content - Only applies to desktop/tablet (>768px) for better mobile UX \*/ /\* Initial state - arrow is hidden and offset \*/ @media (min-width: 768px) { /\* Hide and position arrow initially \*/ .button.is-link .link\_arrow\_svg { transform: translateX(10px); opacity: 0; transition: transform 0.3s ease; } /\* On hover - move text left \*/ .button.is-link:hover .button\_text { transform: translateX(-10px); transition: transform 0.3s ease; } /\* On hover - show arrow and slide it right \*/ .button.is-link:hover .link\_arrow\_svg { transform: translateX(50px); opacity: 1; transition: transform 0.3s ease; } }
](/success-stories/clarins-staff-reward-programme)
[
.button .button\_gradient\_bg { opacity: 0; transition: opacity 0.4s ease; } .button:hover .button\_gradient\_bg { opacity: 1; }
Ver todos
](/success-stories)
## ¿Listo para comenzar?
Perfecciona el recorrido de tus clientes con JuicySuite.
.button .button\_gradient\_bg { opacity: 0; transition: opacity 0.4s ease; } .button:hover .button\_gradient\_bg { opacity: 1; }
Agenda una demo
[
Contactar a ventas
.button.is-primary .button\_primary\_hover\_bg { opacity: 0; transition: opacity 0.4s ease; } .button.is-primary:hover .button\_primary\_hover\_bg { opacity: 1; }
](/contact)
Síguenos para conocer las últimas novedades y descubrir nuevas funcionalidades y lanzamientos.
.email\_button\_wrap .button\_primary\_hover\_bg { opacity: 0; transition: opacity 0.4s ease; } .email\_button\_wrap:hover .button\_primary\_hover\_bg { opacity: 1; }
¡Gracias! Hemos recibido tu envío.
¡Ups! Algo salió mal al enviar el formulario.
Al suscribirte, aceptas nuestra [Política de Privacidad](/legal/privacy) y aceptas recibir las últimas novedades de nuestra empresa.
Productos
[App móvil de marca blanca](/products/white-label-mobile-app)
[Plataforma de datos de clientes (CDP)](/products/customer-data-platform-cdp)
[Motor de fidelización](/products/loyalty-engine)
[eWallet en Apple y Google](/products/ewallet-on-apple-google)
[Sitio web de membresía](/products/membership-website)
Funcionalidades
[Tarjeta de sellos digital](/features/digital-stamp-card)
[Puntos y niveles](/features/points-tiers)
[Referidos](/features/referral)
[Tarjeta de regalo](/features/gift-card)
[Panel e informes](/features/dashboard-report)
[Cupones prepagados y crédito](/features/prepaid-voucher-credit)
[Campañas de fidelización](/features/loyalty-campaigns)
[Segmentación de clientes](/features/customer-segmentation)
[Automatización de marketing](/features/marketing-automation)
[Gestión de recompensas](/features/rewards-management)
Servicios
[Servicio de éxito para comercios](/services/merchant-success-service)
[Alianzas de regalos y promociones](/services/gift-promotion-partnership)
[Servicios de consolidación de datos (ETL)](/services/data-consolidation-services-etl)
[Personalización del sistema](/services/system-customisation)
Industrias
[Belleza](/industries/beauty)
[Retail](/industries/retail)
[Alimentos y bebidas](/industries/food-beverage)
[Empresas](/industries/enterprise)
Empresa
[Casos de éxito](/success-stories)[Recursos](/resources)[Precios](/pricing)[Contacto](/contact)
© 2025 JuicySuite. Todos los derechos reservados.
[Política de Privacidad](/legal/privacy)
[
](https://www.facebook.com/@juicysuite/)[
](https://www.instagram.com/juicysuite_crm/)[
](https://www.linkedin.com/company/juicysuite/)

## Agenda una demo
Nombre\*
Nombre de la empresa\*
Número de contacto\*
Correo electrónico\*
Productos de interés
Selecciona productos
Sitio web de membresía
eWallet en Apple y Google
Motor de fidelización
Plataforma de datos de clientes (CDP)
App móvil de marca blanca
Funcionalidades de interés
Selecciona funcionalidades
Gestión de recompensas
Automatización de marketing
Segmentación de clientes
Campañas de fidelización
Cupones prepagados y crédito
Panel e informes
Tarjeta de regalo
Referidos
Puntos y niveles
Tarjeta de sellos digital
Servicios de interés
Selecciona servicios
Personalización del sistema
Servicios de consolidación de datos (ETL)
Alianzas de regalos y promociones
Servicio de éxito para comercios
Acepto los [Términos del Servicio\*](/legal/terms)
// Function to update hidden field with selected checkbox IDs function updateSelectedCheckboxes() { const checkedBoxes = document.querySelectorAll('input\[type="checkbox"\]:checked'); const selectedIds = Array.from(checkedBoxes).map(checkbox => checkbox.id); document.getElementById('selectedCheckboxes').value = selectedIds.join(','); } // Add change listener to all checkboxes document.querySelectorAll('input\[type="checkbox"\]').forEach(checkbox => { checkbox.addEventListener('change', updateSelectedCheckboxes); }); // Optional: Also update on form submission document.querySelector('form').addEventListener('submit', function(e) { updateSelectedCheckboxes(); }); // This is because Webflow CMS for checkbox values won't carry over its actual name value over const checkboxFields = document.querySelectorAll('.form\_checkbox\_field'); checkboxFields.forEach(field => { // Get the field's ID const fieldId = field.id; if (fieldId) { // Find the input element within this field const input = field.querySelector('input'); if (input) { // Set the input's name attribute to the field's ID input.setAttribute('name', fieldId); } } }); document.getElementById('page\_name\_field').value = window.location.pathname;
¡Gracias! Hemos recibido tu envío.
¡Ups! Algo salió mal al enviar el formulario.
[
](#)
// Preconnects var link1 = document.createElement('link'); link1.rel = 'preconnect'; link1.href = 'https://www.googletagmanager.com'; document.head.appendChild(link1); var link2 = document.createElement('link'); link2.rel = 'preconnect'; link2.href = 'https://www.clarity.ms'; document.head.appendChild(link2); // Load after everything else setTimeout(function() { // GTM Container 1 (function(w,d,s,l,i){ w\[l\]=w\[l\]||\[\]; w\[l\].push({'gtm.start': new Date().getTime(), event:'gtm.js'}); var f=d.getElementsByTagName(s)\[0\], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:''; j.async=true; j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl; f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TLGTXQFX'); // GTM Container 2 (function(w,d,s,l,i){ w\[l\]=w\[l\]||\[\]; w\[l\].push({'gtm.start': new Date().getTime(), event:'gtm.js'}); var f=d.getElementsByTagName(s)\[0\], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:''; j.async=true; j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl; f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-M5LL3BQ6'); // Microsoft Clarity (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); })(window, document, "clarity", "script", "sdl97j1thh"); }, 1000);