To add a new column in case list page the heading for column need to add in theme template. and extend the Case.List.Items view. Case.List.Items is a child child view we need to extend.It includes in the getChildViews.
Tag: ChildView
Array length issue on initailize extend
When array length issue occurred check the error and find out where the error the extend the child view and give the code to correct the condition not get the array empty.
Requirements to create new section ‘Customer Statement’ in the overview page using child view in extenion .
We can create new section (‘Customer Statement’) in Overview page by using childview in extension. Here we display the Print Statement from MyAccount section. Extension: Template: <div data-view=”Overview.statement” ></div>
List of the available view IDs for PDP,PLP,Cart and Checkout
Component Main view ID Name Product Details Page (PDP) PDP_FULL_VIEW (default) ProductDetails.Full.View Product Details Page (PDP) PDP_QUICK_VIEW ProductDetails.QuickView.View Product List Page (PLP) PLP_VIEW Facets.Browse.View Cart CART_VIEW (default) Cart.Detailed.View Cart CART_MINI_VIEW Header.MiniCart.View Checkout WIZARD_VIEW Wizard.View