Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 949 Bytes

File metadata and controls

20 lines (10 loc) · 949 Bytes

CheckoutPlatform

Problem Statement : Promotion Engine We need you to implement a simple promotion engine for a checkout process. Our Cart contains a list of single character SKU ids (A, B, C. .. ) over which the promotion engine will need to run. The promotion engine will need to calculate the total order value after applying the 2 promotion types • buy 'n' items of a SKU for a fixed price (3 A's for 130) • buy SKU 1 & SKU 2 for a fixed price ( C + D = 30 ) The promotion engine should be modular to allow for more promotion types to be added at a later date (e.g. a future promotion could be x% of a SKU unit price).

Environment setup

1.You can clone a repository with git clone

git clone https://github.com/Akkoliv1/CheckoutPlatform.git

2.Build the solution in Visual Studio 20172019

In case error- Check the NuGet package manager for updates to the installed packages

3.Run project

Please refer wiki Page for more details