-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storefront add support multilingual multivalue dictionary properties #413
Comments
Why not consider using database stored localization resources... I have a sample at https://github.com/miguelhasse/FrameworkExtensions/tree/master/samples/Resources/WebTestApp |
in Liquid: array of localized strings - product.metafields.properties.propertyName |
Issue moved to VirtoCommerce/vc-storefront #32 via ZenHub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Liquid usage:
product.metaFields.productFeature -> is an array with dict value objects.
for accessors: product.metaFields.productFeature.dictValueCamelCased === product.metaFields.productFeature["dict-value-camel-cased"] === product.metaFields.productFeature[0]
the dict value object can have the identifier, order, value properties
The text was updated successfully, but these errors were encountered: