search seller

This commit is contained in:
merdan 2022-02-01 12:47:20 +05:00
parent f1f94416bc
commit 45648904a8
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class Product extends JsonResource
'in_stock' => $product->haveSufficientQuantity(1),
'is_wishlisted' => $this->wishlistHelper->getWishlistProduct($product) ? true : false,
'is_item_in_cart' => \Cart::hasProduct($product),
'shop_title' => $this->shop_title,
// 'show_quantity_changer' => $this->when(
// $product->type !== 'grouped',
// $product->getTypeInstance()->showQuantityBox()