vc-platform icon indicating copy to clipboard operation
vc-platform copied to clipboard

Virto Commerce B2B Innovation Platform

Results 91 vc-platform issues
Sort by recently updated
recently updated
newest added

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...

enhancement
client request

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...

bug

**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...

enhancement
Priority: Low

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) ![image](https://user-images.githubusercontent.com/1566470/43668562-7eac6fc0-9732-11e8-93a5-ac0cc44b0c9c.png) **Steps to reproduce** Steps to reproduce the behavior: 1. Localize dynamic property 2. Open for edit 4. See error **Expected behavior** Should...

bug
backend

**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,...

enhancement
client request

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....

client request

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...