Lesson 25 - E-shop in ASP.NET Core MVC - Order Completion Wizard 2
In the previous lesson, E-shop in ASP.NET Core MVC - Order Completion Wizard, we created the first 2 steps of the order completion wizard. In today's ASP.NET Core tutorial, we're going to finish this wizard.
The Order Complete Wizard - Finishing
If the customer has confirmed the goods in their cart and also their contact details, we will let them choose their delivery (shipping) and payment methods. In our example, we'll make the list of delivery methods short, because more options can be easily added in the same manner.
Choosing the Delivery Method
Following simple e-shops, we'll only accept cash on delivery payments. The customer usually chooses the payment method (cash on delivery, card, wiretransfer) and the delivery method (UPS, FedEx, ...). All we need to do is to choose the delivery method we provide by adding a hidden product to the order.
Inserting Data Into the Database
So let's prepare a new category in the database with an appropriate name
(I'll call it delivery-methods
). The category will be hidden so it
won't show up in the menu. Let's also add at least two hidden products that will
represent different delivery methods and place them in a new category. We could
add all this to the HasData()
call in which we seed the database
(see the Lesson
4), or manually using SQL queries
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
Before buying this article, you have to buy the previous one
This article is licensed: Premium no-reselling II, by buying this article, you agree with the terms of use.
Commercial article (licence no-reselling)
This article is based on many years of experience in the IT field, and describes how to develop a professional commercial product or parts, that can be directly used to generate profit or to get as a gate into the industry.
This knowledge is only for the members of our community who are working their way up to become IT professionals. Therefore, this knowledge is only available in exchange for credits. You can use the source code from this article for one commercial project. However, you will not be able to resell it. Simply put, you can't buy our article once and then sell our code multiple times. If you need to use this code a bit more extensively, we are ready to discuss Commercial licence options with you. You can find more info on this in the following article Licence.
Are you ready to become a professional? All you have to do is click here!.
Article description
Requested article covers this content:
We implement choosing the shipping method, extend the repository and business layer with new methods, add actions to controllers, and create a simple view.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.