Rating label fixed on product view page
This commit is contained in:
parent
649f72087d
commit
91b8bfeba2
|
|
@ -11,8 +11,6 @@
|
|||
</span>
|
||||
|
||||
<div class="total-reviews">
|
||||
{{ __('shop::app.products.total-reviews', ['total' => $total]) }}
|
||||
|
||||
{{
|
||||
__('shop::app.products.total-rating', [
|
||||
'total_rating' => $reviewHelper->getTotalRating($product),
|
||||
|
|
|
|||
Loading…
Reference in New Issue