"Shopping cart" including "Order now" button is missing in an order formIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> The "Shopping cart", including the "Order now" button, is missing in an order form. It is showing properly in the Service Portal order form but missing in the service catalog platform view. Steps to reproduce Go to "Maintain Items"Select any itemClick on "Try it" The whole shopping cart including "Order now" button is missing. How to validate Continue from above steps. 4. Right click on the browser 5. Open developer tool to see the source. You can see <id="order_and_cart_v2"> but it is empty inside. ReleaseKingston and onwardsCauseUI macro "catalog_cart_v2" may have been inactivated OR it is missing on the instance.ResolutionActivate UI macro "catalog_cart_v2". Go to "UI Macros"Search for name "catalog_cart_v2"Activate it.Save If this UI macro is missing in the instance, please follow the below step. Download the attached OOB version of the UI MacroOpen any list view (e.g. sc_cat_item.list)Right-click on a column nameImport XMLSelect the XML file downloaded from this KB article