Skip to content

Commit

Permalink
Use the correct ID for related products and upsells (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored Jan 24, 2025
1 parent 9528d0a commit 77cc7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/product/overview.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</div>
@endif
<div class="container">
<x-rapidez::productlist title="Related products" field="id" :value="$product->relation_ids"/>
<x-rapidez::productlist title="We found other products you might like!" field="id" :value="$product->upsell_ids"/>
<x-rapidez::productlist title="Related products" field="entity_id" :value="$product->relation_ids"/>
<x-rapidez::productlist title="We found other products you might like!" field="entity_id" :value="$product->upsell_ids"/>
</div>
@endsection

0 comments on commit 77cc7f9

Please sign in to comment.