Newletter Sign up
{% endif %} {% comment %} Signup bar {% endcomment %} {% if block.type == 'signup-bar' %}
{% if block.settings.newsletter %}
{% include 'newsletter-subscribe', subscribe_source: 'signup-bar' %}
{% endif %}
{{ 'general.ui.close' | t }}
{% endif %} {% comment %} Popup {% endcomment %} {% if block.type == 'popup' %}
{% endif %} {% endfor %}
{% schema %} { "name": "Promotional", "class": "promos", "max_blocks": 5, "settings": [ { "type": "checkbox", "id": "scroll_lock", "label": "Show while scrolling", "default": false } ], "blocks": [ { "type": "announcement-bar", "name": "Announcement Bar", "settings": [ { "type": "text", "id": "title", "label": "Text", "default": "Promote free shipping, an upcoming sale, or an announcement." }, { "type": "url", "id": "link", "label": "Link", "info": "Optional" }, { "type": "color", "id": "color_background", "label": "Background", "default": "#4f4f4f" }, { "type": "color", "id": "color_text", "label": "Text", "default": "#FFFFFF" }, { "type": "select", "id": "show_for", "label": "Show for", "options": [ { "value": "both", "label": "Desktop and mobile" }, { "value": "desktop", "label": "Desktop" }, { "value": "mobile", "label": "Mobile" } ], "default": "both" }, { "type": "select", "id": "bar_size", "label": "Size", "options": [ { "value": "default", "label": "Default" }, { "value": "large", "label": "Large" } ], "default": "default" }, { "type": "select", "id": "bar_placement", "label": "Placement", "options": [ { "value": "top", "label": "Top" }, { "value": "bottom", "label": "Bottom" } ], "default": "top" }, { "type": "select", "id": "hide_delay", "label": "Hide after delay", "options": [ { "value": "no-delay", "label": "Keep visible" }, { "value": "5000", "label": "5 seconds" }, { "value": "10000", "label": "10 seconds" }, { "value": "15000", "label": "15 seconds" }, { "value": "20000", "label": "20 seconds" }, { "value": "25000", "label": "25 seconds" }, { "value": "30000", "label": "30 second" } ], "default": "no-delay" } ] }, { "type": "signup-bar", "name": "Signup Bar", "settings": [ { "type": "text", "id": "title", "label": "Text", "default": "Build an email list, promote new products, or announce a sale." }, { "type": "color", "id": "color_text", "label": "Text", "default": "#FFFFFF" }, { "type": "color", "id": "color_accent", "label": "Accent", "default": "#FFFFFF" }, { "type": "color", "id": "color_background", "label": "Background", "default": "#4f4f4f" }, { "type": "select", "id": "show_for", "label": "Show for", "options": [ { "value": "both", "label": "Desktop and mobile" }, { "value": "desktop", "label": "Desktop" }, { "value": "mobile", "label": "Mobile" } ], "default": "both" }, { "type": "select", "id": "bar_size", "label": "Size", "options": [ { "value": "default", "label": "Default" }, { "value": "large", "label": "Large" } ], "default": "default" }, { "type": "select", "id": "bar_placement", "label": "Placement", "options": [ { "value": "top", "label": "Top" }, { "value": "bottom", "label": "Bottom" } ], "default": "bottom" }, { "type": "checkbox", "id": "newsletter", "label": "Show email capture form", "default": true, "info": "Set up options in Settings > Newsletter" }, { "type": "checkbox", "id": "homepage_limit", "label": "Only show on home page", "default": false }, { "type": "checkbox", "id": "visitor_limit", "label": "Only enable for visitors", "default": true, "info": "Logged in customers will not see the popup." } ] }, { "type": "popup", "name": "Popup", "limit": 1, "settings": [ { "type": "text", "id": "title", "label": "Heading", "default": "Promotional popup" }, { "type": "textarea", "id": "subheading", "label": "Subheading", "default": "Build an email list, promote new products, or announce a sale." }, { "type": "image_picker", "id": "image", "label": "Image" }, { "type": "color", "id": "color_text", "label": "Text", "default": "#4f4f4f" }, { "type": "color", "id": "color_accent", "label": "Accent", "default": "#000000" }, { "type": "color", "id": "color_background", "label": "Background", "default": "#FFFFFF" }, { "type": "select", "id": "show_for", "label": "Show for", "options": [ { "value": "both", "label": "Desktop and mobile" }, { "value": "desktop", "label": "Desktop" }, { "value": "mobile", "label": "Mobile" } ], "default": "both" }, { "type": "checkbox", "id": "newsletter", "label": "Show email capture form", "default": true, "info": "Set up options in Settings > Newsletter" }, { "type": "select", "id": "show_delay", "label": "Show popup after", "options": [ { "value": "0", "label": "0 Seconds" }, { "value": "1000", "label": "1 Second" }, { "value": "2000", "label": "2 Seconds" }, { "value": "3000", "label": "3 Seconds" }, { "value": "4000", "label": "4 Seconds" }, { "value": "5000", "label": "5 Seconds" } ], "default": "3000" }, { "type": "checkbox", "id": "homepage_limit", "label": "Only show on home page", "default": false }, { "type": "checkbox", "id": "visitor_limit", "label": "Only enable for visitors", "default": true, "info": "Logged in customers will not see the popup." }, { "type": "select", "id": "show_again_delay", "label": "Show popup again after", "options": [ { "value": "1", "label": "1 day" }, { "value": "7", "label": "1 week" }, { "value": "14", "label": "2 weeks" }, { "value": "21", "label": "3 Weeks" }, { "value": "28", "label": "4 Weeks" } ], "default": "7" } ] } ] } {% endschema %}