@using PowderCoating.Application.DTOs.Wizard @model WizardPricingTiersStepDto @{ ViewData["Title"] = "Setup Wizard — Pricing Tiers"; var progress = ViewBag.Progress as WizardProgressDto ?? new WizardProgressDto(); int step = ViewBag.Step as int? ?? 8; } @section Styles { @await Html.PartialAsync("_WizardStyles") }
Create discount tiers for your commercial customers. Once set up, you can assign a tier to any customer so their quotes automatically apply the discount.