Postby phillipuniverse » Mon Dec 09, 2013 12:19 pm
All of the Sku fields should already be going through getters, as a lot of times they can be null (especially in the case of the additional Skus list). See SkuFieldsPersistenceProvider that does what you suggest. You might want to override this to instead always invoke a getter rather than only doing it if the display value is null.
The Broadleaf forums are being retired as a readonly archive of questions. For active discussions and questions, check out the
broadleaf-commerce tag on Stack Overflow which is actively monitored by the Broadleaf team.