Tatarincev Eugeney

Results 19 issues of Tatarincev Eugeney

Is it possible to add new `blank` alias of `empty` special variable? Because it frequently use in Shopify theme templates and I think it will be good for liquid specification...

enhancement
pr welcome

Is it by design what this line doesn't work? And if yes, can you add support for this syntax? ``` {% include 'snippet', my_variable: 'apples', my_other_variable: 'oranges' %} ```

enhancement
pr welcome

https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob https://github.com/VirtoCommerce/vc-storefront-core/blob/master/VirtoCommerce.Storefront/Domain/ContentBlobProviders/AzureBlobContentProvider.cs#L203 See example how it did for FileSystemContentBlobProvider https://github.com/VirtoCommerce/vc-storefront-core/blob/master/VirtoCommerce.Storefront/Domain/ContentBlobProviders/FileSystemContentBlobProvider.cs#L96

The main idea is to decouple the current platform solution from the next functional parts - Security - Manager UI - Assets - Hangfire - Swagger and move them out...

Change the order number template setting in global settings. Create new store. Open settings widget for store, there will be old order number setting template. Restart platform Open store again>...

Store user filters in the server side (now it stored in browser local storage) Global filters (shared between all users) with management availability

Priority: Low

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

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

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