You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you help me? I don't know what to do. I have added property "DisplayName" for Category, filled this for Drones category, restarted IIS and site (from settings) and I have no any custom property for this collection on the home page (I have added line "{{ collections | json }}")
Version info:
Browser version: Google Chrome 81.0.4044.138
Platform version: 2.13.62
Module version: 2.23.34
Expected behavior
Properties field is not empty for collection item on home page
Actual behavior
Properties filed is always empty
Steps to reproduce
Add Property for Category named "DisplayName"
Fill DisplayName for one of category
Add {{ collections | json }} to the top of index.liquid
Load home page, find category with filled DisplayName property, find Properties field
The text was updated successfully, but these errors were encountered:
Hi @tuviks
Maybe the problem is that categories are loaded without properties by default.
If there is the case, you could set ResponseGroup to e.g. Info, WithPropertiesmanually using the liquid paginate filter.
This link could be useful for setting responseGroup in the liquid template: https://www.virtocommerce.org/t/how-to-flexibly-manage-data-completeness-in-liquid-templates/146
The part you are interested in is here:
Could you help me? I don't know what to do. I have added property "DisplayName" for Category, filled this for Drones category, restarted IIS and site (from settings) and I have no any custom property for this collection on the home page (I have added line "{{ collections | json }}")
Version info:
Expected behavior
Properties field is not empty for collection item on home page
Actual behavior
Properties filed is always empty
Steps to reproduce
The text was updated successfully, but these errors were encountered: