From 1a962dc6d176f4ff15d2268d2d2a2a7e33eb0c25 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Thu, 25 Dec 2025 00:07:27 +0100 Subject: [PATCH] feat: show all Letzshop products in Products tab without vendor filter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update loadProducts() to show all Letzshop marketplace products when no vendor is selected, filtered by vendor when one is selected - Add vendor column to products table (shown when no vendor filter) - Update header to show context-aware subtitle - Hide Import/Export buttons when no vendor selected - Remove "Marketplace Products" from sidebar menu (accessible via Marketplace > Letzshop > Products tab) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../admin/partials/letzshop-products-tab.html | 21 ++++++++---- app/templates/admin/partials/sidebar.html | 1 - static/admin/js/marketplace-letzshop.js | 33 ++++++++++--------- 3 files changed, 33 insertions(+), 22 deletions(-) diff --git a/app/templates/admin/partials/letzshop-products-tab.html b/app/templates/admin/partials/letzshop-products-tab.html index 4ebcf1d1..ba72e9ef 100644 --- a/app/templates/admin/partials/letzshop-products-tab.html +++ b/app/templates/admin/partials/letzshop-products-tab.html @@ -7,10 +7,13 @@

Letzshop Products

-

Vendor products synced with Letzshop marketplace

+

+ + All Letzshop marketplace products +

-
- +
+ - +