Merge pull request #1888 from rahulshukla-webkul/development

Issue #1821, price at review page
This commit is contained in:
Jitendra Singh 2019-12-12 19:46:52 +05:30 committed by GitHub
commit 88963dc1cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
@if ($product->getTypeInstance()->haveSpecialPrice())
<span class="pro-price">{{ core()->currency($product->getTypeInstance()->getSpecialPrice()) }}</span>
@else
<span class="pro-price">{{ core()->currency($product->price) }}</span>
<span class="pro-price">{{ core()->currency($product->getTypeInstance()->getMinimalPrice()) }}</span>
@endif
</div>
</div>