We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317b3aa commit 1ad1611Copy full SHA for 1ad1611
app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Price.php
@@ -9,14 +9,13 @@
9
10
use Magento\Catalog\Model\Product;
11
12
+/**
13
+ * Class Price for configurable product
14
+ */
15
class Price extends \Magento\Catalog\Model\Product\Type\Price
16
{
17
/**
- * Get product final price
- *
- * @param float $qty
18
- * @param Product $product
19
- * @return float
+ * @inheritdoc
20
*/
21
public function getFinalPrice($qty, $product)
22
@@ -40,7 +39,7 @@ public function getFinalPrice($qty, $product)
40
39
}
41
42
43
- * {@inheritdoc}
44
45
public function getPrice($product)
46
@@ -53,6 +52,7 @@ public function getPrice($product)
53
52
54
55
+
56
return 0;
57
58
0 commit comments