Hello, The following code doesn't append the 'abcV...
# suitecommerce
s
Hello, The following code doesn't append the 'abcView' to the respective "data-view" placeholder. Can someone tell me where I went wrong ?
PLP.addChildViews(PLP.PLP_VIEW, {
                   'Facets.Items': {                             'StockDescription': {                                 childViewIndex: 2                             ,   childViewConstructor: function(){                                     return new abcView({                                         application: application                                     });                                 }                             }                         }                     })
s
I sometimes see issues with the value for childViewIndex. Try setting it to 0 to see if it appears