@page "/" @using System.ComponentModel.DataAnnotations @using kmCommonLibsCore; Welcome @if (ShowWizard) { @* *@ @* Step 1 - plastic card vs postcard *@ @* *@ Choose a Card Type @* Logic behind the buttons *@ Plastic Card Postcard @* Preview information about the selected card type*@ @if (isPlasticCard) { Focused on Expanding Your Customer Base ($1.02/card) } else { Focused on Thanking and Rewarding Your Best Customers ($0.79/card) } @if (isPlasticCard) { } else { } @* Need this here to avoid addition of random submit button *@ @* *@ @* Step 2 - selecting card design *@ @* *@ Choose a Design @* Button logic *@ @if (isPlasticCard) { Plastic Card 1 Plastic Card 2 Plastic Card 3 } else { Postcard 1 Postcard 2 Postcard 3 } @* Card preview logic *@ @if (designOne) { @if (isPostcard) { } else { } } else if (designTwo) { @if (isPostcard) { } else { } } else if (designThree) { @if (isPostcard) { } else { } } @* *@ @* Step 3 - For postcards, choose a verse and a signature *@ @* *@ @if (isPlasticCard) { No customization needed. Please proceed to logo selection. } else { Select a Verse @if (!isPlasticCard) { Option 1 Option 2 Option 3 @if (verseOne) { Thank you for making our success possible. We appreciate loyal customers like you and look forward to continuing to be your complete auto repair, service and tire center } else if (verseTwo) { We appreciate the trust you have shown in us and look forward to working with you in the future. } else if (verseThree) { We want you to know that we truly appreciate your business and will make every effort possible to continue to provide you with excellent car care. } Select a Signature From Your Friends Name, Title, Phone Number Custom @if (sigOne) { From your friends at {Location Name} {Location Phone Number} } else if (sigTwo) { Name: Title: Phone: } else if (sigThree) { Custom Message (max 30 character/line up to 4 lines) } } } @* *@ @* Step 4 - Logo Selection *@ @* *@ Goodyear Logo Michelin Logo Custom Logo @if (goodyear) { } @if (michelin) { } @* *@ @* Step 5 - Offer selection for Plastic cards *@ @* *@ @if (isPlasticCard) { Please select two (2) full size offers: And four (4) half-sized offers: } else { No offers needed. Please proceed to location information. } @* *@ @* Step 6 - Location information *@ @* *@ @* *@ @* Step 7 - Payment *@ @* *@ Credit Card On File Call With Payment Info Check (due by 5/31/25) Requested Quantity Additional Comments }