Edit Cart is showing empty - No fields displayedIssue On Order form shopping cart correctly displays items selected but when clicked on edit cart, empty page is getting renderedOut of the box, the Edit cart button redirects to 'servicecatalog_cart_view_v2' page which comes from sys_property glide.sc.use_cart_layouts. CauseThe property "sys_property glide.sc.use_cart_layouts" was set to falseResolutionChanging the property "sys_property glide.sc.use_cart_layouts" value to true resolves the issue The option of displaying the edit cart feature can be achieved using the 'servicecatalog_cart_view' page. By default, clicking on the edit cart button will redirect the user to the 'servicecatalog_cart_view_v2' page.