Merge branch 'elektronika' of https://repo.tpsadvertising.com/TPS/elektronika_bagisto into elektronika
This commit is contained in:
commit
349b34901d
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue