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

Edit Variant Collection

Back to Collections
@Html.AntiForgeryToken()
How to use:
  • Quick Add buttons: Click preset buttons (Size, Color, Material, Storage) to add pre-populated columns
  • Custom button: Click Custom to add a column with your own name
  • Double-click headers: Double-click column headers to rename them
  • Right-click menu: Add/remove rows and columns, rename columns, clear values
  • Keyboard shortcuts: Tab to move right, Enter to move down, Ctrl+D to delete, Ctrl+Enter to save
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");} }