custom/plugins/SteincoTheme/src/Resources/views/storefront/page/account/sidebar.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}
  2. {% block page_account_sidebar_link_address %}
  3.     {% if not shopChannel %}
  4.         {# removed #}
  5.         {{  parent() }}
  6.     {%  else %}
  7.         {{  parent() }}
  8.     {%  endif %}
  9. {% endblock %}
  10. {% block page_account_sidebar_link_payment %}
  11.     {% if not shopChannel %}
  12.         {# removed #}
  13.     {%  else %}
  14.         {{  parent() }}
  15.     {%  endif %}
  16. {% endblock %}
  17. {% block page_account_sidebar_link_orders %}
  18.     {% if not shopChannel %}
  19.         {# removed #}
  20.     {%  else %}
  21.         {{  parent() }}
  22.     {%  endif %}
  23. {% endblock %}