소스 검색

Traduction règle de taxe livraison

master
Guillaume 4 년 전
부모
커밋
4cf7c0caf2
2개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. +1
    -0
      ShopBundle/Resources/translations/lcshop.fr.yaml
  2. +0
    -9
      ShopBundle/Services/PriceUtils.php

+ 1
- 0
ShopBundle/Resources/translations/lcshop.fr.yaml 파일 보기

@@ -124,6 +124,7 @@ field:
devAlias: Alias
merchantConfigs: Configuration
taxRate: Règle de taxe
deliveryTaxRate: Règle de taxe (livraison)
value: Valeur
behaviorAddToCart: Ajout au panier
taxIncluded: TVA incluse

+ 0
- 9
ShopBundle/Services/PriceUtils.php 파일 보기

@@ -50,15 +50,6 @@ class PriceUtils
);
}

/*public function getPriceUnitWithTaxAndReduction($entity)
{
if($entity instanceof ProductInterface) {
return $this->getPriceWithTaxAndReduction($entity) / $entity->getQuantity() ;
}

return null ;
}*/

public function getPriceByRefUnit($entity)
{
if($entity instanceof ProductPropertyInterface) {

Loading…
취소
저장