Super code promo

Liste des supers codes promos (appliquable sur tout le panier pour toutes les boutiques).

Ajouter un code promotionnel

{% if codesPromo|length == 0 %}

Aucun code promotionnel

{% else %} {% for codePromo in codesPromo %} {% endfor %}
Id Code Description Quantité Montant min. Valeur Port offert Début Fin Privé Activé Action
{{ codePromo.id }} {{ codePromo.code }} {{ codePromo.description }} {{ codePromo.quantity }} ({{ codePromo.usedQuantity }}) {{ codePromo.minimumAmount }} {{ codePromo.value }}{% if codePromo.type == 0 %}-{% elseif codePromo.type == 1 %}%{% elseif codePromo.type == 2 %}€{% endif %} {% if codePromo.freeShipping %}oui{% else %}non{% endif %} {{ codePromo.begin|date('d/m/Y H:i') }} {{ codePromo.end|date('d/m/Y H:i') }} {% if codePromo.isPrivate %}oui{% else %}non{% endif %} {% if codePromo.isEnabled %}Actif{% else %}Inactif{% endif %}
{% endif %}