im using brooklyn theme, and i cannot find a list of existing payment icons…
{% comment %}
Default to 1 footer column (copyright/powered_by/payment_types)
{% endcomment %}
{% assign num_footer_columns = 1 %}
{% comment %}
Create an extra menu column if link list has more than 5 links
{% endcomment %}
{% if linklists[section.settings.footer_link_list].links.size > 0 %}
{% comment %}
We have a Footer menu that isn’t empty, we will need another column
{% endcomment %}
{% assign num_footer_columns = num_footer_columns | plus: 1 %}
{% assign extra_footer_linklist_column = false %}
{% assign footer_linklist_count = linklists[section.settings.footer_link_list].links.size %}
{% if footer_linklist_count > 5 %}
{% assign extra_footer_linklist_column = true %}
{% comment %}
We split the links so we’ll need another column
{% endcomment %}
{% assign num_footer_columns = num_footer_columns | plus: 1 %}
{% endif %}
{% comment %}
If we have an odd amount of links, we need to show 1 more link in 1st column
{% endcomment %}
{% assign extra_link = footer_linklist_count | modulo: 2 %}
{% comment %}
We start with a 2nd column after first column is filled up.
{% endcomment %}
{% assign footer_linklist_split = footer_linklist_count | divided_by: 2 | plus: extra_link | plus: 1 %}
{% endif %}
{% comment %}
Determine whether there are social links
{% endcomment %}
{% assign footer_social_enable = false %}
{% if
settings.social_twitter_link != blank
or settings.social_facebook_link != blank
or settings.social_pinterest_link != blank
or settings.social_google_plus_link != blank
or settings.social_instagram_link != blank
or settings.social_tumblr_link != blank
or settings.social_youtube_link != blank
or settings.social_vimeo_link != blank
or settings.social_fancy_link != blank
or settings.social_snapchat_link != blank
%}
{% assign footer_social_enable = true %}
{% endif %}
{% comment %}
Calculate the number of footer columns shown. Default to 1.
{% endcomment %}
{% if footer_social_enable %}
{% assign num_footer_columns = num_footer_columns | plus: 1 %}
{% endif %}
{% case num_footer_columns %}
{% when 0 %}
{% when 1 %}
{% assign footer_column_width = ‘’ %}
{% when 2 %}
{% assign footer_column_width = ‘one-half small–one-whole’ %}
{% when 3 %}
{% assign footer_column_width = ‘one-third small–one-whole’ %}
{% when 4 %}
{% assign footer_column_width = ‘large–one-quarter medium–one-half’ %}
{% endcase %}
{% if linklists[section.settings.footer_link_list].links.size > 0 %}
{% for link in linklists[section.settings.footer_link_list].links %}
{% comment %}
Create a second column
{% endcomment %}
{% if extra_footer_linklist_column and forloop.index == footer_linklist_split %}
{% endif %}
{% if footer_social_enable %}
{% if settings.social_facebook_link != blank %}
-
Facebook
{% endif %}
{% if settings.social_twitter_link != blank %}
-
Twitter
{% endif %}
{% if settings.social_pinterest_link != blank %}
-
Pinterest
{% endif %}
{% if settings.social_instagram_link != blank %}
-
Instagram
{% endif %}
{% if settings.social_snapchat_link != blank %}
-
Snapchat
{% endif %}
{% if settings.social_google_plus_link != blank %}
-
Google Plus
{% endif %}
{% if settings.social_tumblr_link != blank %}
-
Tumblr
{% endif %}
{% if settings.social_youtube_link != blank %}
-
YouTube
{% endif %}
{% if settings.social_vimeo_link != blank %}
-
Vimeo
{% endif %}
{% if settings.social_fancy_link != blank %}
-
Fancy
{% endif %}
{% endif %}
© {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url }}
{{ powered_by_link }}
{%- if section.settings.show_payment_icons -%}
{%- unless shop.enabled_payment_types == empty -%}
{{ 'general.payment.method' | t }}
{%- for type in shop.enabled_payment_types -%}
-
{{ type | payment_type_svg_tag: class: 'icon' }}
{%- endfor -%}
{%- endunless -%}
{%- endif -%}
{% schema %}
{
“name”: {
“da”: “Sidefod”,
“de”: “Fußzeile”,
“en”: “Footer”,
“es”: “Pie de página”,
“fi”: “Alatunniste”,
“fr”: “Pied de page”,
“hi”: “फुटर”,
“it”: “Footer”,
“ja”: “フッター”,
“ko”: “바닥글”,
“ms”: “Pengaki”,
“nb”: “Footer”,
“nl”: “Voettekst”,
“pt-BR”: “Rodapé”,
“pt-PT”: “Rodapé”,
“sv”: “Sidfot”,
“th”: “ส่วนท้าย”,
“zh-CN”: “页脚”,
“zh-TW”: “頁尾”
},
“settings”: [
{
“type”: “link_list”,
“id”: “footer_link_list”,
“label”: {
“da”: “Sidefodsmenu”,
“de”: “Fußzeilenmenü”,
“en”: “Footer menu”,
“es”: “Menú inferior”,
“fi”: “Alatunniste-valikko”,
“fr”: “Menu pied de page”,
“hi”: “फुटर मेनू”,
“it”: “Menu footer”,
“ja”: “フッターメニュー”,
“ko”: “바닥글 메뉴”,
“ms”: “Menu kaki”,
“nb”: “Bunntekstmeny”,
“nl”: “Voettekstmenu”,
“pt-BR”: “Menu de rodapé”,
“pt-PT”: “Menu do rodapé”,
“sv”: “Sidfotsmeny”,
“th”: “เมนูส่วนท้าย”,
“zh-CN”: “页脚菜单”,
“zh-TW”: “頁尾選單”
},
“default”: “footer”
},
{
“type”: “checkbox”,
“id”: “show_payment_icons”,
“label”: {
“da”: “Vis betalingsikoner”,
“de”: “Zahlungssymbole anzeigen”,
“en”: “Show payment icons”,
“es”: “Mostrar iconos de pago”,
“fi”: “Näytä maksukuvakkeet”,
“fr”: “Afficher les icônes de paiement”,
“hi”: “भुगतान आइकन दिखाएं”,
“it”: “Mostra le icone di pagamento”,
“ja”: “支払いアイコンを表示する”,
“ko”: “결제 아이콘 표시”,
“ms”: “Tunjukkan ikon pembayaran”,
“nb”: “Vis betalingsikoner”,
“nl”: “Betalingspictogrammen weergeven”,
“pt-BR”: “Exibir ícones de pagamento”,
“pt-PT”: “Mostrar ícones de pagamento”,
“sv”: “Visa betalningsikoner”,
“th”: “แสดงไอคอนการชำระเงิน”,
“zh-CN”: “显示付款图标”,
“zh-TW”: “顯示付款圖示”
},
“default”: true
}
]
}
{% endschema %}
pls help?