Install Dynamic Multistore + CMS feature
Edit on GitHubThis document describes how to install the Dynamic Multistore + the CMS feature, install the required features:
NAME | VERSION |
---|---|
Spryker Core | 202410.0 |
CMS | 202410.0 |
Troubleshooting
If you are using the renderCmsBlockAsTwig()
Twig function in Twig templates, make sure to provide storeName
name as a parameter. Otherwise, the function throws an exception.
Example:
{{ renderCmsBlockAsTwig(
'template-name',
mail.storeName,
mail.locale.localeName,
{mail: mail}
) }}
Thank you!
For submitting the form