{% extends 'account/base_account.html.twig' %} {% block page_title %}Espace Vendeur{% endblock %} {% block content %} {# ── En-tête ── #}
Taux de commission : {{ profil.tauxCommission }} % · Statut : {{ profil.actif ? '✅ Actif' : '⛔ Inactif' }} · Depuis le {{ profil.createdAt|date('d/m/Y') }}
| Date | Commande | Montant HT brut | Remise accordée | Commission | Statut |
|---|---|---|---|---|---|
| {{ commission.createdAt|date('d/m/Y') }} |
{{ commission.commandeReference }}
{% if commission.commande %}
{{ commission.commande.packLabel }} {% endif %} |
{{ commission.montantHTBrut|number_format(2, ',', ' ') }} € | –{{ commission.montantRemise|number_format(2, ',', ' ') }} € | {{ commission.montantCommission|number_format(2, ',', ' ') }} € {{ commission.tauxCommission }} % | {% if commission.facturee %} ✅ Facturée {% else %} ⏳ En attente {% endif %} |
Chaque fois qu'un client utilise votre code {{ profil.codePromo }} lors de son achat, il bénéficie d'une remise de 10 % sur le prix HT et vous percevez une commission de {{ profil.tauxCommission }} % calculée sur le montant HT net (après remise).
Les commissions sont regroupées mensuellement et réglées par virement sur présentation de facture. Contactez contact@num-ecard.com pour tout renseignement.