From a41825813c6fa634e41bca074b3b98228225ed74 Mon Sep 17 00:00:00 2001 From: Kerim Date: Wed, 30 Aug 2023 16:10:53 +0500 Subject: [PATCH] prod img --- packages/Sarga/API/Http/Controllers/SellerProduct.php | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/Sarga/API/Http/Controllers/SellerProduct.php b/packages/Sarga/API/Http/Controllers/SellerProduct.php index 99805a6..9bf3adf 100644 --- a/packages/Sarga/API/Http/Controllers/SellerProduct.php +++ b/packages/Sarga/API/Http/Controllers/SellerProduct.php @@ -166,6 +166,7 @@ class SellerProduct extends SellerProductController "price" => $request->get('price'), "special_price" => $request->get('special_price'), "weight" => 0, + "visible_individually" => 1, "locale" => 'tm', "channel" => 'Nurgul', "short_description" => $request->get('short_description'),