Basket persistence (#41)
* Renamed Cart to Basket throughout * Implemented cookie-based anonymous basket handling and transfer to user upon login. Still need to implement transfer upon registration.
This commit is contained in:
7
src/Web/Constants.cs
Normal file
7
src/Web/Constants.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Web
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const string BASKET_COOKIENAME = "eShop";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user