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