remove star reviwe from product list card
This commit is contained in:
parent
55e0076cda
commit
64ea791989
|
|
@ -48,13 +48,13 @@
|
|||
{{$product->name}}
|
||||
</h3>
|
||||
</a>
|
||||
<div class="item-gallery-rating">
|
||||
<div class="item-gallery-rating-img">
|
||||
<img src="{{ bagisto_asset('icons/icon (star).svg') }}" alt="star" />
|
||||
</div>
|
||||
<span class="item-gallery-rating-text">{{$avgRatings}}</span>
|
||||
<span class="item-gallery-rating-feed">{{__('shop::app.products.total-reviews',['total'=>$totalReviews])}}</span>
|
||||
</div>
|
||||
{{-- <div class="item-gallery-rating">--}}
|
||||
{{-- <div class="item-gallery-rating-img">--}}
|
||||
{{-- <img src="{{ bagisto_asset('icons/icon (star).svg') }}" alt="star" />--}}
|
||||
{{-- </div>--}}
|
||||
{{-- <span class="item-gallery-rating-text">{{$avgRatings}}</span>--}}
|
||||
{{-- <span class="item-gallery-rating-feed">{{__('shop::app.products.total-reviews',['total'=>$totalReviews])}}</span>--}}
|
||||
{{-- </div>--}}
|
||||
|
||||
<div class="item-gallery-price">
|
||||
{!! priceHtml($product) !!}
|
||||
|
|
|
|||
Loading…
Reference in New Issue