diff --git a/assets/hmp-commerce.js b/assets/hmp-commerce.js index 28dae59..ebeaca8 100644 --- a/assets/hmp-commerce.js +++ b/assets/hmp-commerce.js @@ -45,12 +45,11 @@ date: '2026-08-09', label_es: 'domingo 9 de agosto', label_en: 'Sunday, August 9', - free: true, sessions: Object.freeze({ 'en-1600-cr': '8820853' }), options: Object.freeze({ - en: Object.freeze({ session_code: 'en-1600-cr', label: 'English · 16:00 Costa Rica · FREE', time: '16:00', price: 'FREE' }) + en: Object.freeze({ session_code: 'en-1600-cr', label: 'English · 16:00 Costa Rica · US$50', time: '16:00', price: 'US$50' }) }) }), 'hmp-logos-2026-08-07': Object.freeze({ diff --git a/eventos/index.html b/eventos/index.html index 13982b4..a82f4e2 100644 --- a/eventos/index.html +++ b/eventos/index.html @@ -188,7 +188,6 @@

Encuentros virtuales · Proyección Armónica del Mito<
Inscripción abiertaRegistration open - GratisFree Online · en inglésOnline · in English

Proyección Armónica del Mito · en inglésHarmonic Myth Projection · in English

diff --git a/inscripcion/index.html b/inscripcion/index.html index 94ea43a..ac9ec69 100644 --- a/inscripcion/index.html +++ b/inscripcion/index.html @@ -197,11 +197,11 @@

Inscripciones próximamente

Registrati
  1. 01Datos y sesiónDetails and sessionTu reservaYour booking
  2. 02Confirmá tu emailConfirm your emailCódigo de 6 dígitos6-digit code
  3. -
  4. 03Entrada gratuitaFree ticketTicket Tailor
  5. +
  6. 03Entrada y pagoTicket and paymentTicket Tailor
  7. 04ConfirmaciónConfirmationTodo por emailEverything by email
-

Datos y sesión

Details and session

Primero dejanos tu nombre y correo. Después elegí el idioma y revisá el horario.

First leave your name and email. Then choose the language and review the time.

PASO 1 DE 4 · ESTA INSCRIPCIÓN ES GRATUITASTEP 1 OF 4 · THIS REGISTRATION IS FREE

+

Datos y sesión

Details and session

Primero dejanos tu nombre y correo. Después elegí el idioma, revisá el horario y el precio.

First leave your name and email. Then choose the language and review the time and price.

PASO 1 DE 4 · TODAVÍA NO SE REALIZA NINGÚN PAGOSTEP 1 OF 4 · NO PAYMENT IS MADE YET

@@ -216,7 +216,7 @@

Tu nombre en este viaje

Your name in t
-

Ahí llegarán la confirmación de tu reserva y el acceso. Revisá también spam y promociones.Your booking confirmation and access will arrive there. Check spam and promotions too.

+

Ahí llegará la confirmación, el pago y el acceso. Revisá también spam y promociones.Confirmation, payment details and access will arrive there. Check spam and promotions too.

@@ -224,7 +224,7 @@

Tu nombre en este viaje

Your name in t

@@ -269,18 +269,17 @@

Elegí tu entrada y pagá

Elegí tu entrada y pagá

]+form="registrationForm"/); assert.equal((page.match(/data-session="/g) || []).length, 2); assert.match(page, /data-session="en"/); - assert.match(page, /ENGLISH<\/b>[\s\S]*?Sunday · Costa Rica time[\s\S]*?16:00<\/b>[\s\S]*?FREE/); + assert.match(page, /ENGLISH<\/b>[\s\S]*?Sunday · Costa Rica time[\s\S]*?16:00<\/b>[\s\S]*?US\$50/); assert.match(page, /id="changeDetails"/); assert.match(page, /classList\.add\('is-session-choice'\)/); assert.match(page, /\.booking-panel\.is-session-choice \.form-zone\{display:none\}/); @@ -127,10 +127,8 @@ test('registration form requires v4 terms and never bypasses its backend', () => assert.match(page, /value="hmp-2026-08-09"/); assert.match(page, /DOMINGO 9 DE AGOSTO/); assert.match(page, /SUNDAY, AUGUST 9/); - assert.match(page, /applyFreeCopy/); - assert.match(page, /INSCRIPCIÓN PRIVADA GRATUITA/); - assert.match(page, /FREE PRIVATE REGISTRATION/); - assert.match(page, /No card is required/); + assert.match(page, /INSCRIPCIÓN Y PAGO/); + assert.match(page, /REGISTRATION AND PAYMENT/); assert.doesNotMatch(page, /Registration will open soon|Las inscripciones abrirán próximamente/); assert.doesNotMatch(page, /MARTES 11 DE AGOSTO|TUESDAY, AUGUST 11/); assert.match(page, /catalogEvent\.options\?\.\[button\.dataset\.session\]/);