File tree 1 file changed +5
-1
lines changed
app/code/Magento/Catalog/Api/Data/ProductRender 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ public function getFinalPrice();
29
29
30
30
/**
31
31
* Set the final price: usually it calculated as minimal price of the product
32
+ *
32
33
* Can be different depends on type of product
33
34
*
34
35
* @param string $finalPrice
@@ -39,6 +40,7 @@ public function setFinalPrice($finalPrice);
39
40
40
41
/**
41
42
* Retrieve max price of a product
43
+ *
42
44
* E.g. for product with custom options is price with the most expensive custom option
43
45
*
44
46
* @return string
@@ -57,6 +59,7 @@ public function setMaxPrice($maxPrice);
57
59
58
60
/**
59
61
* Retrieve the minimal price of the product or variation
62
+ *
60
63
* The minimal price is for example, the lowest price of all variations for complex product
61
64
*
62
65
* @return string
@@ -66,7 +69,7 @@ public function getMinimalPrice();
66
69
67
70
/**
68
71
* Set max regular price
69
- * Max regular price is the same, as maximum price, except of excluding calculating special price and catalogules
72
+ * Max regular price is the same, as maximum price, except of excluding calculating special price and catalog rules
70
73
* in it
71
74
*
72
75
* @param string $maxRegularPrice
@@ -130,6 +133,7 @@ public function setMinimalPrice($minimalPrice);
130
133
131
134
/**
132
135
* Regular price - is price of product without discounts and special price with taxes and fixed product tax
136
+ *
133
137
* Usually this price is corresponding to price in admin panel of product
134
138
*
135
139
* @return string
You can’t perform that action at this time.
0 commit comments