Procházet zdrojové kódy

Réduction déjà ajoutée au panier

feature/export_comptable
Guillaume před 4 roky
rodič
revize
d78d6a2b56
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -0
      ShopBundle/Resources/translations/lcshop.fr.yaml
  2. +0
    -1
      ShopBundle/Services/Order/OrderUtilsReductionTrait.php

+ 1
- 0
ShopBundle/Resources/translations/lcshop.fr.yaml Zobrazit soubor

@@ -98,6 +98,7 @@ error:
amountMin: Le montant minimum de commandes n'est pas respecté
qauntity: La réduction n'est plus disponible
quantityPerUser: La reduction n'est plus disponible pour cet utilisateur
alreadyInCart: La réduction a déjà été ajoutée à votre panier
reductionCredit:
userNotAllow: Cet avoir n'est pas disponible pour cet utilisateur
alreayUse: Cet avoir a déjà été utilisé

+ 0
- 1
ShopBundle/Services/Order/OrderUtilsReductionTrait.php Zobrazit soubor

@@ -74,7 +74,6 @@ trait OrderUtilsReductionTrait
// n'a pas été utilisé
if ($this->orderShopRepo->countValidOrderWithReductionCredit($reductionCredit, $user) > 0) {
$this->utils->addFlash('error', 'error.reductionCredit.alreadyUse');

return false;
}


Načítá se…
Zrušit
Uložit