Merge pull request #2406 from vivek-webkul/patch-24
[Fixed: Issue #2403 has been resolved.]
This commit is contained in:
commit
0c054e2ef6
|
|
@ -50,10 +50,12 @@
|
|||
@include ('shop::products.price', ['product' => $product])
|
||||
</div>
|
||||
|
||||
<div class="product-rating">
|
||||
<star-ratings ratings="{{ $avgRatings }}"></star-ratings>
|
||||
<span>{{ __('velocity::app.products.ratings', ['totalRatings' => $totalReviews ]) }}</span>
|
||||
</div>
|
||||
@if( $totalReviews )
|
||||
<div class="product-rating">
|
||||
<star-ratings ratings="{{ $avgRatings }}"></star-ratings>
|
||||
<span>{{ $totalReviews }} Ratings</span>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<div class="cart-wish-wrap mt5">
|
||||
@include ('shop::products.add-to-cart', [
|
||||
|
|
|
|||
|
|
@ -160,10 +160,6 @@
|
|||
|
||||
methods: {
|
||||
toggleLayeredNavigation: function ({event, actionType}) {
|
||||
// this.$root.navContainer = true;
|
||||
// this.$root.responsiveSidebarTemplate = `<div slot="sidebar-body">
|
||||
// Hello World
|
||||
// </div>`;
|
||||
this.layeredNavigation = !this.layeredNavigation;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue