{% if section.settings.procon_full_width %}{% endif %}
{% if request.design_mode %}
Log in with a member account in order
to edit the members-only sections.
This notice is only visible in the theme editor
{% endif %} {% if section.settings.procon_title %}

{{ section.settings.procon_title }}

{% endif %} {% if section.settings.procon_body %} {{ section.settings.procon_body }} {% endif %}
{% unless customer %} {% if section.settings.procon_show_login %} {% assign redirect_url = canonical_url | remove: shop.url %} Login {% endif %} {% endunless %} {% if section.settings.procon_button_link %} {{ section.settings.procon_button_label }} {% endif %}
{% if section.settings.procon_show_custom_html %}
{{ section.settings.procon_custom_html }}
{% endif %}
{% if section.settings.procon_full_width %}
{% endif %} {% schema %} { "name": "Members Only Gate", "tag": "section", "class": "section", "settings": [ { "type": "header", "content": "Gate Settings" }, { "type": "text", "id": "procon_title", "label": { "en": "Heading", "de": "Seitenleisten-Überschrift", "es": "Encabezado de la barra lateral", "fr": "Titre de la barre latérale", "pt-PT": "Título da barra lateral" }, "default": { "en": "Members Only" } }, { "type": "richtext", "id": "procon_body", "label": { "en": "Text", "de": "Text", "es": "Texto", "fr": "Texte", "pt-PT": "Texto" }, "default": { "en": "

Thanks for checking out our website!
This section is exclusive to our members. You can login if you are a member, or signup to gain access.

" } }, { "type": "url", "id": "procon_button_link", "label": { "en": "Button link", "de": "Buttonlink", "es": "Enlace del botón", "fr": "Lien du bouton", "pt-PT": "Ligação do botão" }, "info": { "en": "Required to show the button", "de": "Notwendig, den Button zu zeigen", "es": "Es necesario mostrar el botón", "fr": "Requis pour afficher le bouton", "pt-PT": "Necessário para exibir o botão" } }, { "type": "text", "id": "procon_button_label", "label": { "en": "Button label", "de": "Button-Bezeichnung", "es": "Etiqueta del botón", "fr": "Étiquette du bouton", "pt-PT": "Etiqueta do botão" }, "default": "Join Today" }, { "type": "checkbox", "id": "procon_show_login", "default": true, "label": "Show login button" }, { "type": "checkbox", "id": "procon_full_width", "default": true, "label": "Full width image" }, { "type": "image_picker", "id": "procon_mobile_bg", "label": "Mobile Background" }, { "type": "image_picker", "id": "procon_desktop_bg", "label": "Desktop Background" }, { "type": "select", "id": "procon_bg_position", "options": [ { "value": "center", "label": "Center"}, { "value": "top", "label": "Top"}, { "value": "bottom", "label": "Bottom"} ], "label": "Background position", "default": "center" }, { "type": "color", "id": "procon_text_bg", "label": "Content Background Color", "default": "#ffffff" }, { "type": "range", "id": "procon_text_bg_opacity", "min": 0, "max": 100, "step": 5, "unit": "%", "label": "Content Background Opacity", "default": 85 }, { "type": "checkbox", "id": "procon_show_custom_html", "default": false, "label": "Enable custom HTML" }, { "type": "textarea", "id": "procon_custom_html", "label": "Custom HTML", "default": "

put your custom html in here.

" } ] } {% endschema %}