In CMS shopping cart does not display any items that were added to the cartIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms In CMS site, shopping cart doesn't display any record when the count on cart icon is more than zero. Shopping cart displays blank page. Release Any Release Cause -The shopping cart page on CMS, renders an iframe to display the items of the cart. -The url specified on the iframe points to UI page "com.glideapp.servicecatalog_cart_view" which might be customized or deprecated one and thus displays blank page instead of the cart contents. Resolution To resolve the issue change the url in iframe to point to OOB Ui page "com.glideapp.servicecatalog_cart_view-v2". Thus the content will get displayed on the shopping cart page. Steps: -Navigate to sites-Open the site record and look for shopping cart page in related list-Open the shopping cart page and Goto the portal-On the portal<portal preferences copy the title name-Navigate to content_block.list-Search for the copied iframe title-Change the url link to point to correct OOB ui page "com.glideapp.servicecatalog_cart_view-v2".