@model LittleShop.DTOs.UpdateVariantCollectionDto @{ ViewData["Title"] = "Edit Variant Collection"; var collectionId = ViewData["CollectionId"]; }

Edit Variant Collection

Back to Collections
@Html.AntiForgeryToken()
How to use:
  • Click column headers to select property type (Size, Color, Material, Storage, or Custom)
  • Click cells to edit values directly
  • Right-click for menu to add/remove rows and columns
  • Keyboard shortcuts: Tab to move right, Enter to move down, Ctrl+D to delete, Ctrl+Enter to save
  • Mobile: Swipe rows left/right to delete
Changes are automatically saved when you click "Save Changes" below.
Inactive collections cannot be selected when editing products
Cancel
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }