{{ name }}
checked-circle
Fermé
Ouvert
map-pin
{{ street }} {{ zip }} {{ city }}
clock
{% if informations and informations != blank %}
{% capture shopifyLocale %}fr{% endcapture %}
{% assign informationsValues = informations %}
{% if shopifyLocale == 'en' %}
{% assign informationsValues = informations_en %}
{% endif %}
{% assign informationsText = informationsValues | split: "|" | first %}
{% assign informationsArray = informationsValues | split: "|" %}
{% assign informationsColor = '#F99999' %}
{% assign informationsIcon = 'info' %}
{% capture shopifyLocale %}fr{% endcapture %}
{% for informationsConfig in informationsArray %}
{% if informationsConfig contains "color:" %}
{% assign informationsColor = informationsConfig | split: "color:" | last %}
{% elsif informationsConfig contains "icon:" %}
{% assign informationsIcon = informationsConfig | split: "icon:" | last %}
{% endif %}
{% endfor %}
{% if informationsIcon == "info" %}
info
{% elsif informationsIcon == "phone" %}
phone
{% endif %}
{{ informationsText }}
{% endif %}
{% if phone %}
phone
{{ phone }}
phone
{{ phone }}
{% endif %}
{% if type == "store" %}
{{ name }}
{% else %}
{{ name }}
{% endif %}
{{ street }}
{{ zip }} {{ city }}
Téléphone: {{ phone }}