vc-platform
vc-platform copied to clipboard
Virto Commerce B2B Innovation Platform
Currently, when you enter non-existing email you still get the message `Email with instructions has been sent to you`. A client wants to see a message like `This email does...
Please provide detailed information about your issue, thank you! Version info: - Platform version: latest on demo ### Expected behavior can clear value and save ### Actual behavior can clear...
**Problem:** Currently you may ask hundreds and thousands of objects through "get by ID" or especially search APIs. It will cause large requests to database, high memory usage and problems...
**Technical details:** Currently [OrderBySortInfos](https://github.com/VirtoCommerce/vc-storefront/blob/90089bbd18ad5eca2112e3d7a35876ec9ba34e86/VirtoCommerce.Storefront.Model/Common/IQueryableExtensions.cs#L31) method cannot sort by properties appeared only in derived types. Test code example: ```C# //Type registration in factory AbstractTypeFactory.RegisterType(); class A {}; class B : A...
**Problem:** Currently we can set multiple dynamic properties names - one per language, but description is single for all languages **Solution:** Make dynamic property description localizable **Proposal of changes:** Duplicate...
The main goal needs to simplify the process of working with Dynamic/Catalog properties from code through the definition of syntax sugar and fluent api. Here is code demonstrates how to...
**Describe the bug** It displays Sex (Sex)  **Steps to reproduce** Steps to reproduce the behavior: 1. Localize dynamic property 2. Open for edit 4. See error **Expected behavior** Should...
**Problem:** We need the way to get only roles created by storefront **Solution:** Use CreatedBy = "frontend" **Alternative (optional):** Use Group field **Proposal of changes:** Inherit Role class from AuditableEntity,...
Hi, Steps to repro: 1) Create an (virtocommerce) account having an email address "[email protected]". 2) Now Logout and ask for a password reset link. Don't use the password reset link....
Problem: Now we have only InMemory build-in storage for all the platform push notifications and it leads to problems when platform running on multiple instances. Solution: Need to replace current...