File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 17
17
*
18
18
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
19
19
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
20
+ *
21
+ * @deprecated
22
+ * @see \Magento\Catalog\Model\Product\Type\Price
20
23
*/
21
24
class FrontSpecialPrice extends Price
22
25
{
@@ -66,6 +69,8 @@ public function __construct(
66
69
67
70
/**
68
71
* @inheritdoc
72
+ *
73
+ * @deprecated
69
74
*/
70
75
protected function _applySpecialPrice ($ product , $ finalPrice )
71
76
{
Original file line number Diff line number Diff line change 120
120
<plugin name =" catalog_app_action_dispatch_controller_context_plugin"
121
121
type =" Magento\Catalog\Plugin\Framework\App\Action\ContextPlugin" />
122
122
</type >
123
- <preference for =" Magento\Catalog\Model\Product\Type\Price" type =" Magento\Catalog\Model\Product\Type\FrontSpecialPrice" />
124
123
</config >
You can’t perform that action at this time.
0 commit comments