Hi All, I have added custom field in categories co...
# suitecommerce
g
Hi All, I have added custom field in categories configuration. How can we get the custom field data in menu level??? Anyone have any idea on this?
p
Heads up: in 19.2 that config doesn't work. We discussed it here a while ago.
g
Any workaround for that
How can we acchieve that??
p
workarounds we discussed: 1. creating a custom config structure with category id and attribute value (good solution if you have only a couple of categories that need added data) 2. Reverting the function that fails back to 19.1 version (problem with this is that is not a solution if you use personalized catalog because the new function has code relevant to that) 3. Merging the result from the call from 19.1 and the one from 19.2 (problem: performance)
g
Thank you for your suggestion