custom/plugins/Theme3S/src/Resources/views/storefront/layout/header/account-menu.html.twig line 1
{% sw_extends '@Storefront/storefront/utilities/offcanvas.html.twig' %}{% block utilities_offcanvas_content %}{% block layout_header_actions_account_widget_dropdown_header %}{% if not context.customer.guest %}{% endif %}{% endblock %}{% block layout_header_actions_account_widget_dropdown_login %}{% if not context.customer %}title="{{ "account.loginSubmit"|trans|striptags }}"class="btn btn-primary account-menu-login-button">{{ "account.loginSubmit"|trans|sw_sanitize }}{% if page.header.activeLanguage.translationCode.code == 'en-GB' %}{% set linkname = "Dealer registration form" %}{% set link = "https://shop.schutzkleidung.de/en/Dealer-registration-form" %}{% elseif page.header.activeLanguage.translationCode.code == 'nl-NL' %}{% set linkname = "Registreer u als dealer" %}{% set link = "https://shop.schutzkleidung.de/nl/Registratieformulier-voor-dealers" %}{% elseif page.header.activeLanguage.translationCode.code == 'es-ES' %}{% set linkname = "RegĂstrate como distribuidor" %}{% set link = "https://shop.schutzkleidung.de/es/Formulario-de-registro-de-distribuidor" %}{% elseif page.header.activeLanguage.translationCode.code == 'fr-FR' %}{% set linkname = "S'inscrire en tant que revendeur" %}{% set link = "https://shop.schutzkleidung.de/fr/Formulaire-d-inscription-du-concessionnaire" %}{% elseif page.header.activeLanguage.translationCode.code == 'it-IT' %}{% set linkname = "Registrati come rivenditore" %}{% set link = "https://shop.schutzkleidung.de/it/Modulo-di-registrazione-del-rivenditore" %}{% else %}{% set linkname = "Registrieren als Händler" %}{% set link = "https://shop.schutzkleidung.de/Registrierungsformular-fuer-Haendler" %}{% endif %}{% endif %}{% endblock %}{% block layout_header_actions_account_widget_dropdown_links %}{% endblock %}{% endblock %}
- Filepath:
- /var/www/shopware-dev/custom/plugins/Theme3S/src/Resources/views/storefront/layout/header/account-menu.html.twig
- Last modified:
- October 30, 2024 15:43
- Size:
- 3 KB / 75 lines