From a9925cd61c068a4449b2ca33096ea18834ccb266 Mon Sep 17 00:00:00 2001 From: SysAdmin Date: Fri, 3 Oct 2025 14:34:27 +0100 Subject: [PATCH] Fix: Correct Variants menu to use VariantCollections controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed 404 error - the controller is named VariantCollectionsController, not ProductVariantsController. Changes: - Updated desktop nav to use VariantCollections controller - Updated mobile menu to use VariantCollections controller 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- LittleShop/Areas/Admin/Views/Shared/_Layout.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LittleShop/Areas/Admin/Views/Shared/_Layout.cshtml b/LittleShop/Areas/Admin/Views/Shared/_Layout.cshtml index 3d2617c..05d0cf2 100644 --- a/LittleShop/Areas/Admin/Views/Shared/_Layout.cshtml +++ b/LittleShop/Areas/Admin/Views/Shared/_Layout.cshtml @@ -95,7 +95,7 @@ @@ -242,7 +242,7 @@
  • - + Variants