diff --git a/packages/Sarga/Shop/src/Repositories/ProductRepository.php b/packages/Sarga/Shop/src/Repositories/ProductRepository.php index 1eca675c2..d399edd23 100644 --- a/packages/Sarga/Shop/src/Repositories/ProductRepository.php +++ b/packages/Sarga/Shop/src/Repositories/ProductRepository.php @@ -426,7 +426,7 @@ class ProductRepository extends WProductRepository $attributes['color'] = $this->getAttributeOptionId('color', $data['color']); } - $this->assignAttributes($variant, array_merge($attributes,$this->calculatePrice($sizeVariant['pice']))); + $this->assignAttributes($variant, array_merge($attributes,$this->calculatePrice($sizeVariant['price']))); } } }