{%- if template.name == 'page' or template.name == 'blog' or template == 'customers/account' or template == 'customers/order' or template == 'customers/addresses' -%} {%- assign add_top_margin = true -%} {%- else -%} {%- assign add_top_margin = false -%} {%- endif -%} {%- if template == 'page.collections' -%} {%- assign add_top_margin = false -%} {%- endif -%}
{%- if section.blocks.size > 0 -%} {%- endif -%} {%- comment -%} {%- endcomment -%}
{% schema %} { "name": "Footer", "class": "shopify-section--footer", "settings": [ { "type": "checkbox", "id": "show_payment_methods", "label": "Show payment methods", "info": "Payment method icons are automatically displayed based on your Shopify payment methods.", "default": true }, { "type": "checkbox", "id": "hide_terms", "label": "Hide Terms/Privacy?", "default": false }, { "type": "text", "id": "title", "label": "Heading", "default": "About the shop" }, { "type": "richtext", "id": "content", "label": "Text", "default": "

Use this text area to tell your customers about your brand and vision. You can change it in the theme settings.

" } ], "blocks": [ { "type": "text", "name": "Text / social media", "settings": [ { "type": "text", "id": "title", "label": "Heading", "default": "About the shop" }, { "type": "richtext", "id": "content", "label": "Text", "default": "

Use this text area to tell your customers about your brand and vision. You can change it in the theme settings.

" }, { "type": "checkbox", "id": "show_social_media", "label": "Show social media", "info": "Make sure to have properly configured your social media in the theme settings.", "default": true } ] }, { "type": "links", "name": "Links", "settings": [ { "type": "link_list", "id": "menu", "label": "Menu", "info": "This menu won't show dropdown items." } ] }, { "type": "newsletter", "name": "Newsletter", "limit": 1, "settings": [ { "type": "paragraph", "content": "Customers who subscribe will have their email address added to the \"accepts marketing\" [customer list](/admin/customers?query=&accepts_marketing=1)." }, { "type": "text", "id": "title", "label": "Heading", "default": "Newsletter" }, { "type": "richtext", "id": "content", "label": "Text", "default": "

A short sentence describing what someone will receive by subscribing

" } ] } ], "default": { "blocks": [ { "type": "text", "settings": {} }, { "type": "links", "settings": { "menu": "footer" } }, { "type": "newsletter", "settings": {} } ] } } {% endschema %}