{{ f.settings.a }}
1
/
of
11
GelComfort™
GelComfort™
Regular price
RD$ 1,545.00
Regular price
RD$ 2,125.00
Sale price
RD$ 1,545.00
Unit price
/
per
Shipping calculated at checkout.
{% comment %}
Section: Landing – Cojín de Gel (GIF + Imágenes)
Autor: JG + GPT
Requisitos: Shopify OS 2.0
{% endcomment %}
{% endfor %}
{% if p %}
{% endif %}
{% schema %}
{
"name": "Landing – Cojín de Gel (GIF + Imágenes)",
"settings": [
{ "type":"product", "id":"product", "label":"Producto (para precio y botón comprar ahora)" },
{ "type":"text", "id":"manual_price", "label":"Precio manual si no seleccionas producto", "default":"RD$ 1,545" },
{ "type":"text", "id":"manual_compare", "label":"Precio anterior (tachado) opcional", "default":"RD$ 2,125" },
{ "type":"text", "id":"headline", "label":"Título principal", "default":"Cojín Ortopédico de Gel – Siéntate cómodo por horas" },
{ "type":"textarea", "id":"subheadline", "label":"Subtítulo", "default":"Distribuye el peso, reduce la presión en coxis y espalda baja. Perfecto para carro, oficina y casa." },
{ "type":"image_picker", "id":"hero_img", "label":"Imagen principal (si no usas GIF)" },
{ "type":"file", "id":"hero_gif", "label":"GIF principal (sube .gif a Archivos y selecciónalo)" },
{ "type":"url", "id":"fallback_link", "label":"Enlace alterno (si no eliges producto)", "default":"/checkout" }
],
"blocks": [
{ "type":"chip", "name":"Beneficio (chip)", "settings":[
{ "type":"text", "id":"text", "label":"Texto", "default":"Alivio de presión en coxis" }
]},
{ "type":"media", "name":"Galería (GIF o imagen)", "settings":[
{ "type":"file", "id":"gif", "label":"GIF (opcional)" },
{ "type":"image_picker", "id":"img", "label":"Imagen (si no hay GIF)" }
]},
{ "type":"reason", "name":"Razón por la que funciona", "settings":[
{ "type":"text", "id":"text", "label":"Texto", "default":"Estructura tipo panal que distribuye el peso y permite ventilación." }
]},
{ "type":"benefit", "name":"Beneficio para el cuerpo", "settings":[
{ "type":"text", "id":"text", "label":"Texto", "default":"Reduce puntos de presión y ayuda a mantener mejor postura." }
]},
{ "type":"review", "name":"Reseña", "settings":[
{ "type":"text", "id":"name", "label":"Nombre", "default":"Luis – Santo Domingo" },
{ "type":"textarea", "id":"text", "label":"Comentario", "default":"Trabajo 8 horas sentado y ya no siento dolor de espalda. ¡Un cambio total!" },
{ "type":"text", "id":"location", "label":"Lugar/Fecha", "default":"Compra verificada" }
]},
{ "type":"faq", "name":"FAQ", "settings":[
{ "type":"text", "id":"q", "label":"Pregunta", "default":"¿Sirve para sillas de carro y de oficina?" },
{ "type":"textarea", "id":"a", "label":"Respuesta", "default":"Sí, su tamaño estándar se adapta a asientos de auto, sillas de oficina y asientos duros. La estructura de gel no se deforma con el uso normal." }
]}
],
"max_blocks": 60,
"presets": [
{ "name":"Landing – Cojín de Gel (GIF + Imágenes)", "category":"Landing pages" }
]
}
{% endschema %}
View full details
🚚 Envío gratis en RD
💵 Pago contra entrega
⏱️ Entrega 24–72 h
🪑 Ideal para auto, oficina y hogar
{{ section.settings.headline | escape }}
{{ section.settings.subheadline }}
{% if section.settings.product != blank %}
{% assign p = all_products[section.settings.product] %}
{% if p %}
{{ p.price | money_with_currency }}
{% if p.compare_at_price_max > p.price %}
{{ p.compare_at_price_max | money_with_currency }}
{% endif %}
{% endif %}
{% else %}
{{ section.settings.manual_price }}
{{ section.settings.manual_compare }}
{% endif %}
{% for b in section.blocks | where: 'type','chip' %}
{{ b.settings.text }}
{% endfor %}
{% if p %}
{% form 'product', p, id: 'gel-form', class: 'gel-form' %}
{{ form | payment_button }}
{% endform %}
{% else %}
Comprar ahora
{% endif %}
🔒 Pago 100% seguro
•
✅ Revisa el pedido al recibirlo
{% if section.settings.hero_gif != blank %}
{% elsif section.settings.hero_img != blank %}
{% endif %}
{% for g in section.blocks | where: 'type','media' %}
{% if g.settings.gif != blank %}
{% else %}
{% endif %}
{% endfor %}
{% else %}
¿Por qué funciona?
-
{% for i in section.blocks | where: 'type','reason' %}
-
{{ i.settings.text }}
{% endfor %}
Beneficios para tu cuerpo
-
{% for i in section.blocks | where: 'type','benefit' %}
-
{{ i.settings.text }}
{% endfor %}
Lo que dicen nuestros clientes
{% for r in section.blocks | where: 'type','review' %}
{% endfor %}
★★★★★
{{ r.settings.name }}
{{ r.settings.text }}
{{ r.settings.location }}
🛡️ Garantía de satisfacción
🔄 Cambios fáciles
📦 Empaque higienizado
🧾 Factura disponible
Preguntas frecuentes
{% for f in section.blocks | where: 'type','faq' %}{{ p.title }} · {{ p.price | money_with_currency }}
{% form 'product', p, class: 'gel-form' %}
{{ form | payment_button }}
{% endform %}
