Browse Source

[Backend] Paramètres : ajout jour et heure d'ouverture (vip)

feature/export_comptable
Guillaume 4 years ago
parent
commit
fa460ff686
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      ShopBundle/Resources/views/backend/merchant/panel_order.html.twig

+ 10
- 0
ShopBundle/Resources/views/backend/merchant/panel_order.html.twig View File

@@ -17,6 +17,16 @@
<div class="col-6">
{{ form_row(form.merchantConfigs['order-open-time']) }}
</div>
{% if form.merchantConfigs['order-open-day-vip'] is defined %}
<div class="col-6">
{{ form_row(form.merchantConfigs['order-open-day-vip']) }}
</div>
{% endif %}
{% if form.merchantConfigs['order-open-time-vip'] is defined %}
<div class="col-6">
{{ form_row(form.merchantConfigs['order-open-time-vip']) }}
</div>
{% endif %}
<div class="col-6">
{{ form_row(form.merchantConfigs['order-close-day']) }}
</div>

Loading…
Cancel
Save