Merge branch 'elektronika' of https://repo.tpsadvertising.com/TPS/elektronika_bagisto into elektronika

This commit is contained in:
Ata 2024-06-06 10:44:50 +00:00
commit 349b34901d
1 changed files with 7 additions and 7 deletions

View File

@ -136,13 +136,13 @@
<a href='{{ route('shop.productOrCategory.index', $product->url_key) }}' title="{{ $product->name }}" class="product-name"> <a href='{{ route('shop.productOrCategory.index', $product->url_key) }}' title="{{ $product->name }}" class="product-name">
{{$product->name}} {{$product->name}}
</a> </a>
<div class="product-rating"> {{-- <div class="product-rating">--}}
<div class="product-rating-img"> {{-- <div class="product-rating-img">--}}
<img src="{{ bagisto_asset('icons/star.svg') }}" alt="star"> {{-- <img src="{{ bagisto_asset('icons/star.svg') }}" alt="star">--}}
</div> {{-- </div>--}}
<span class="product-rating-text">{{ $reviewHelper->getAverageRating($product) }}</span> {{-- <span class="product-rating-text">{{ $reviewHelper->getAverageRating($product) }}</span>--}}
<span class="product-rating-feed">{{__('shop::app.products.total-reviews',['total'=>$reviewHelper->getTotalReviews($product)])}}</span> {{-- <span class="product-rating-feed">{{__('shop::app.products.total-reviews',['total'=>$reviewHelper->getTotalReviews($product)])}}</span>--}}
</div> {{-- </div>--}}
@include ('shop::products.list.attributes') @include ('shop::products.list.attributes')
</div> </div>
<div class="product-buy"> <div class="product-buy">