effapp

Results 15 issues of effapp

How to achieve the domain event of new entity before saving when create new entity,please?

How to query data with where clause including ValueObject,please? like this: dbContext.Set().Where(o=>o.TotalAmount.Value >50000).ToList(); but it throw exception. TotalAmount is the ValueObject of { Value, Currency}.

Throw exception “User context is not available” after signed in successfully in front-end of react ![image](https://user-images.githubusercontent.com/51013754/99756171-7b764700-2b27-11eb-9073-f368b5f9decd.png)

Can you write a blog of the creating new module step by step, please?

How to support mysql ,please?

Does it support var query = dbContext.Set("Customers"),please? I hope that: var query = **dbContext.Set("Customers")** .Where("City == @0 and Orders.Count >= @1", "London", 10) .OrderBy("CompanyName") .Select("new(CompanyName as Name, Phone)");

question

### Is your feature request related to a problem? Please describe Aggregating multiple products into a new product that has indepdent unit price,inventory, attributes and SKU, and can be sold...

enhancement

### Describe the bug I have Created a new price variants product content item, but it couldn't display variants inventories. 1. create type: ![Orchard Core Commerce - Development - Edit...

bug

### Describe the bug "MissingMethodException: .ctor" exception occured while updating to OrchardCore version 1.9.0-preview-18162 ### To Reproduce Steps to reproduce the behavior: 1. Open the project that can run normally...

bug :bug:
needs author feedback

### Describe the bug I want to render a link to product contentItem in order list page, but How to get contentItem of product from contentItem of the order ,please?...

bug