DavidAJohn / PhotoPortfolio

Personal photo portfolio .NET web application which implements a Blazor and Tailwind CSS user interface with a MongoDb database, and includes integration with Stripe Checkout and Prodigi Print API
0 stars 0 forks source link

Checkout page - delivery option & markup % #50

Closed DavidAJohn closed 1 year ago

DavidAJohn commented 1 year ago

The Checkout page now handles a situation where there could be either multiple or single delivery options.

But it doesn't handle adding a markup percentage as it did before that change was implemented.

It needs to check if the user is authenticated and calculate the price accordingly.