Failing shopping cart widgetIssue <!-- 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 After disabling two step checkout in Service Portal user is receives error (Failing widget: 'SC Shopping Cart' ) Release This specific issue was seen in London patch 6, however, it may be seen in other versions. Cause Shopping cart widget, Checkout is triggering twice. Once creating the request correctly and then again passing a 'null' value. Resolution Set the "Auto update cart" value and displayValue to false in the sc_cart page. Steps for implementing: Navigate to Service Portal Configurations > Select Page Editor > Select sc_cart page > Select "Instance 1" from the chart at the top > Scroll down to 'Additional options, JSON Format' field > Set the "Auto update cart" value and displayValue from 'true' to 'false'.