diff --git a/Components/LengowProduct.php b/Components/LengowProduct.php index 2212558..647d298 100755 --- a/Components/LengowProduct.php +++ b/Components/LengowProduct.php @@ -492,7 +492,7 @@ private function getDetailPrice() $shopCustomerGroupId = $this->shop->getCustomerGroup()->getId(); $detailPrices = $this->detail->getPrices(); foreach ($detailPrices as $price) { - if ($price->getCustomerGroup() !== null) { + if ($price->getCustomerGroup() !== null && $price->getFrom() === 1) { if ($price->getCustomerGroup()->getId() === $shopCustomerGroupId) { $shopArticlePrice = $price; }