Having difficulty getting a cms zone to load conte...
# suitecommerce
k
Having difficulty getting a cms zone to load content within a modal window that is created via a click event using an extension/child view. I have successfully done this in 2018.2 and followed the exact steps but only getting an empty cms zone div. Any insights?
e
Not sure how different can be using a cms zone but I have been able to load a custom view in a modal using this:
*this*.container.getLayout().showInModal(YOUR_VIEW);
on 2019.2 & 2020.1 versions
šŸ‘ 1
k
loading the view is not an issue….its the cms zone within the view template that is problematic….maybe this other method will trigger it differently thanks
side note….can load cms pages, just not zones.