From 34bd2a1231299614d4b7efa15d621b94de161189 Mon Sep 17 00:00:00 2001 From: rahulshukla-home Date: Fri, 24 Jul 2020 13:18:40 +0530 Subject: [PATCH] Issue #3558 fixed --- packages/Webkul/Product/src/Type/Configurable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Product/src/Type/Configurable.php b/packages/Webkul/Product/src/Type/Configurable.php index 5d108697a..393287536 100644 --- a/packages/Webkul/Product/src/Type/Configurable.php +++ b/packages/Webkul/Product/src/Type/Configurable.php @@ -399,7 +399,7 @@ class Configurable extends AbstractType { return '' . trans('shop::app.products.price-label') . '' . ' ' - . '' . core()->currency($this->product->price) . ''; + . '' . core()->currency($this->getMinimalPrice()) . ''; } /**