From 45648904a8e2f552010b9c6a398a67a702c25943 Mon Sep 17 00:00:00 2001 From: merdan Date: Tue, 1 Feb 2022 12:47:20 +0500 Subject: [PATCH] search seller --- packages/Sarga/API/Http/Resources/Catalog/Product.php | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/Sarga/API/Http/Resources/Catalog/Product.php b/packages/Sarga/API/Http/Resources/Catalog/Product.php index fc605e15e..0cc565989 100644 --- a/packages/Sarga/API/Http/Resources/Catalog/Product.php +++ b/packages/Sarga/API/Http/Resources/Catalog/Product.php @@ -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()