ソースを参照

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

feature/export_comptable
Guillaume 4年前
コミット
d78d6a2b56
2個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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;
}


読み込み中…
キャンセル
保存