Réservation bureau
{% set displayed_categories = [] %}
{% for bureau in products %}
{% for cat in bureau.categoriesProduct %}
{% if cat.id == subcategory and cat.id not in displayed_categories %}
{{cat.name }}
{% endif%}
{% set displayed_categories = displayed_categories|merge([cat.id]) %}
{% endfor %}
{% endfor %}
-
Etape 1 :
Choix de Type Bureau
- Etape 2 :
Choix de Formule
-
-
{{render(path("ajax_cart"))}}
{% endblock %}
{% block javascripts %}
{% endblock %}