Skip to content

Commit

Permalink
Correct cross-sells field (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Dec 5, 2023
1 parent 0928ca8 commit bed0dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/cart/overview.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</div>
</div>

<x-rapidez::productlist value="cart.cross_sells" title="More choices to go with your product" field="id" />
<x-rapidez::productlist value="cart.cross_sells" title="More choices to go with your product" field="entity_id" />
</div>
<div v-else>
@lang('You don\'t have anything in your cart.')
Expand Down

0 comments on commit bed0dd5

Please sign in to comment.