The sp-variable-editor OOTB Widget is not updating the variable values when clicking Save after changing values in the variables.Issue <!-- 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 The sp-variable-editor OOTB Widget not working. When opening a cart item using the following URL structure: /sp?id=sc_edit_item&table=sc_cart_item&sys_id=CART_ITEM_ID to edit the variables for any item added to the cart and then editing the variable values and clicking on Save, the message, Variable Saved would be seen but the changes are not saved. Release Kingston and above. Environment Service Portal Cause This issue was seen because of customizations to a Script Include called, SPCart it was not updated to the latest OOB version which had certain changes in the code. This Script Include is called in the widget code for the sp-variable-editor widget when the Save button is clicked to update the changes made to the variables in the corresponding item in the Cart. Resolution Reverting the Script Include - SPCart to the OOB version resolves the issue.