{% set company = Globals.getCompany() %} {% set companyName = company.name is iterable ? (company.name|first|default('')) : (company.name|default('')) %} {% set companyLogo = company.logo is iterable ? (company.logo|first|default('')) : (company.logo|default('')) %} {% set companyFooterLogo = company.footerLogo is iterable ? (company.footerLogo|first|default('')) : (company.footerLogo|default('')) %} {% set companyAddress = company.address is iterable ? (company.address|first|default('')) : (company.address|default('')) %} {% set companyPhone = company.phone is iterable ? (company.phone|first|default('')) : (company.phone|default('')) %} {% set companyMail = company.mail is iterable ? (company.mail|first|default('')) : (company.mail|default('')) %} {% set companyWebsite = company.website is iterable ? (company.website|first|default('')) : (company.website|default('')) %} {% set companySocialLinks = company.socialLinks is iterable ? company.socialLinks : [] %} {% set companyTitle = websiteSettingService.get('title', '') %} {% set companyDescription = websiteSettingService.get('description', '') %} {% set companyKeywords = websiteSettingService.get('keywords') is iterable ? (websiteSettingService.get('keywords')|first|default('')) : (websiteSettingService.get('keywords')|default('')) %} {% set themeVars = websiteSettingService.get('themeVars') is iterable ? websiteSettingService.get('themeVars') : {} %} {% block title %} {{ companyTitle }} {% endblock %} {% block extra_head %} {% endblock %} {% block meta %} {##} {# Facebook OG #} {# Twitter OG #} {% endblock %} {# Favicon #} {# Template CSS #} {% block stylesheets %} {# UIcons Flaticon #} {% endblock %} {# Google tag (gtag.js) #} {# Modale Notification Produit ajouté au panier #}
{# Modale panier : confirmation ajout (panel) #} {#Modale Commande rapide#} {#
Commander rapidement
${ produit.name }
${ selectedDeclinaison.couleur.name } · ${ selectedDeclinaison.taille }

#} {% block body %}{% endblock %} {% block footer %} {% endblock %} {% if app.request.attributes.get('_route') != 'cart_show' %} {% verbatim %}
${ cart.length } Mon panier ${ Number(total || 0).toFixed(3) } TND Plus que ${ freeDeliveryRemaining.toFixed(3) } TND pour la livraison gratuite Livraison gratuite débloquée Voir
{% endverbatim %} {% endif %} {# Modal zoom #} {% verbatim %}
{% endverbatim %} {# Modal infos #} {# #} {# Preloader Start #}
CHARGEMENT
{# Preloader loading #} {# MODALE PANIER — Confirmation ajout produit (panneau droit) #} {% if app.environment == 'production' %}
{# Your Plugin de discussion code #}
{# Your SDK code #} {% endif %} {# Vendor JS#} {% block javascripts %} {##} {##} {##} {# #SECTION: Bootstrap 5 – Bundle (Popper inclus) #} {# Template JS #} {# #} {# Include Plugin JS file #} {# Vue JS #} {% endblock %}