Skip to content

Commit

Permalink
Demo patch update
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin committed Nov 18, 2021
1 parent 24aac07 commit 8459e70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/resources/views/listing/partials/item.blade.php b/resources/views/listing/partials/item.blade.php
index 86784f3..6033b92 100644
index 9a12a84..34bf74c 100644
--- a/resources/views/listing/partials/item.blade.php
+++ b/resources/views/listing/partials/item.blade.php
@@ -8,6 +8,7 @@
Expand All @@ -8,10 +8,10 @@ index 86784f3..6033b92 100644
<div class="hyphens">@{{ item.name }}</div>
+ <stars class="my-1" v-if="item.reviews_score" :score="item.reviews_score" :count="item.reviews_count"></stars>
@if (!Rapidez::config('catalog/frontend/show_swatches_in_product_list', 1))
<div class="font-semibold">@{{ item.price | price}}</div>
@endif
<div class="flex items-center space-x-2">
<div class="font-semibold">@{{ (item.special_price || item.price) | price}}</div>
diff --git a/resources/views/product/overview.blade.php b/resources/views/product/overview.blade.php
index e4c104b..85dbb4d 100644
index 0142452..7ae05e0 100644
--- a/resources/views/product/overview.blade.php
+++ b/resources/views/product/overview.blade.php
@@ -7,7 +7,12 @@
Expand Down

0 comments on commit 8459e70

Please sign in to comment.