Introduce SalesStartTime
and SalesEndTime
in Product/ProductSku #191
Open
Description
The start/end properties are nullable. If they are not null, users can only create orders between the Product/ProductSku's SalesStartTime
and SalesEndTime
.
The time values in ProductSku should override the values in Product.
Users can add products to baskets even before the start time.
OrderAppService.CheckCreateAsync
method should ignore these time properties.