Please enable JavaScript.
Coggle requires JavaScript to display documents.
TUI (Checkout (Checkout Totals location (...Main\Svm.Tui\Svm.Tui…
TUI
Checkout
Checkout Totals location
...Main\Svm.Tui\Svm.Tui.Web\Views\Cart\Summary.cshtml
...Main\Svm.Tui\Svm.Tui.Web\Models\Cart\SummaryViewModel.cs
Can have quest checkout
We do have a fraud protection on it internally - Jamie
Uses repositories
interface
Methods calls
IPromotionsRepository.cs
Method logic location
EntityFwPromotionsRepository.cs
DB
Carts
CartItems
Testing
Test fulfillment i.e. that you receive a e gift email
Might have to update the DALs on app01 exporter and importer
Might have to update the gateway's tui.dal too
Test payment in Kount
There's a demo Kount environment
EntityFwUnitOfWork.cs
Add new repository class reference here and add to constructor
Mapping
Profiles
\Svm.Tui.Web\Customisations\Profiles\WebCartModelsProfile.cs
Got an my account page
Can see old orders
Has route for product page
From route
url: "Products/{urlAlias}",
Has Web and DAL project models