order_item resource
This commit is contained in:
parent
eec0cd0fab
commit
371daaf6c0
|
|
@ -310,7 +310,7 @@
|
||||||
@foreach ($order->items as $item)
|
@foreach ($order->items as $item)
|
||||||
@php
|
@php
|
||||||
$product = $item->child->product ?? $item->product;
|
$product = $item->child->product ?? $item->product;
|
||||||
$seller = $this->sellerProductRepository->getSellerByProductId($item->product_id);
|
$seller = app('Webkul\Marketplace\Repositories\ProductRepository')->getSellerByProductId($item->product_id);
|
||||||
@endphp
|
@endphp
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue