This commit is contained in:
rahulshukla-home 2020-07-24 13:18:40 +05:30
parent f472d7ec15
commit 34bd2a1231
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ class Configurable extends AbstractType
{
return '<span class="price-label">' . trans('shop::app.products.price-label') . '</span>'
. ' '
. '<span class="final-price">' . core()->currency($this->product->price) . '</span>';
. '<span class="final-price">' . core()->currency($this->getMinimalPrice()) . '</span>';
}
/**