From 916538887f8209cf297331c7f6cfa4c6a49a014d Mon Sep 17 00:00:00 2001 From: isaacclad Date: Tue, 7 Jul 2026 13:55:44 +0000 Subject: [PATCH] Hide plugin download panel once a store is connected. The install/connect guide only shows on the Stores page when no stores exist. Co-authored-by: Cursor --- resources/views/woo/stores/index.blade.php | 32 ++++++++++++---------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/resources/views/woo/stores/index.blade.php b/resources/views/woo/stores/index.blade.php index a169226..5fd3d52 100644 --- a/resources/views/woo/stores/index.blade.php +++ b/resources/views/woo/stores/index.blade.php @@ -14,23 +14,25 @@ @endif -
-
-
-

Connect a WooCommerce store

-
    -
  1. Download the Ladill plugin and upload it in WordPress under Plugins → Add New → Upload Plugin.
  2. -
  3. Activate Ladill Woo Manager, then open WooCommerce → Ladill Woo.
  4. -
  5. Click Connect with Ladill and sign in to link your store.
  6. -
+ @if($stores->isEmpty()) +
+
+
+

Connect a WooCommerce store

+
    +
  1. Download the Ladill plugin and upload it in WordPress under Plugins → Add New → Upload Plugin.
  2. +
  3. Activate Ladill Woo Manager, then open WooCommerce → Ladill Woo.
  4. +
  5. Click Connect with Ladill and sign in to link your store.
  6. +
+
+ + + Download plugin (.zip) +
- - - Download plugin (.zip) -
-
+ @endif
@if($stores->isEmpty())