November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi,
This is not supported. We looked into it and it is not simple to fix, so it's something we have to live with for now
yeah, I kind of suspected it's not an easy fix. Thanks for the quick response!
Hi, in order to organize my product information not only I'm creating tabs but also creating sections under each tab. The way I'm creating these sections is based on the field "SeoInformation" thus creating a new BlockData class (screenshot and code below)
For some reason, dictionaries properties are not rendered correctly if the property is located in a BlockData class (I'm using a PropertyDictionarySingle data type). For test purpose I created a property under my product class (DictionarySingle property in the code below) and there it works as expected.
Is there a workaround for this issue?
I'm using Commerce 12.11.1
and here's the partial code used in this screenshot:
FoodProduct.cs
FoodProductStatusBlock.cs
Thanks in advance