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 5f7dc11 commit 00bc111Copy full SHA for 00bc111
app/code/Magento/ConfigurableProduct/Block/Product/View/Type/Configurable.php
@@ -34,6 +34,7 @@ class Configurable extends \Magento\Catalog\Block\Product\View\AbstractView
34
* Current customer
35
*
36
* @deprecated 100.2.0 as unused property
37
+ * @see Nothing
38
* @var CurrentCustomer
39
*/
40
protected $currentCustomer;
@@ -359,6 +360,7 @@ private function getTierPricesByProduct(ProductInterface $product): array
359
360
* Replace ',' on '.' for js
361
362
* @deprecated 100.1.10 Will be removed in major release
363
364
* @param float $price
365
* @return string
366
0 commit comments