Troubleshooting misaligned Catalog Item titles and UI Macros in Catalog or Order GuideIssue Symptoms may be the following: The default service catalog cart width is distorted The catalog item title is taking up several lines because of the catalog cart alignmentConsole logs show an error like Cannot read property 'startsWith' of undefinedResolution 1) Check UI Pages and UI Macros if customized If the item is using the cart layout, go to Maintain Cart Layouts > Cart Preview Screen with the Title 'Shopping Cart'Go to the Column Macro tab and check the Column Macro associated with the misaligned symptoms eg if the delivery time macro, check the sc_cart_view_column_delivery_timeIf the macro is customized, try to revert this in out-of-the-box (OOB) version and see if this resolves the issue 2) If the issue is not resolved by #1, also check the developer console logs for any errors. One common error is an incorrect UI policy and the console should indicate that the error is coming from a UI policy Sample error from the console: Uncaught TypeError: Cannot read property 'startsWith' of undefinedat e.removeVariablesPrefix (VM12811 js_includes_catalog.jsx?v=11-21-2017_0930&lp=Fri_Jan_05_07_29_18_PST_2018&c=11_202:328)at e.removeCurrentPrefix (VM12811 js_includes_catalog.jsx?v=11-21-2017_0930&lp=Fri_Jan_05_07_29_18_PST_2018&c=11_202:324)at e.setMandatory (VM12811 js_includes_catalog.jsx?v=11-21-2017_0930&lp=Fri_Jan_05_07_29_18_PST_2018&c=11_202:493)at e._runAction (VM12276 ui_policy.jsx?v=11-21-2017_0930:629)at e.runActions (VM12276 ui_policy.jsx?v=11-21-2017_0930:585)at e.runPolicy (VM12276 ui_policy.jsx?v=11-21-2017_0930:37)If this is caused by a UI policy, inspect all the UI policies activated on the Order Guide and the impacted Catalog Item. If the issue is happening onLoad (filter all the onLoad UI policies) to narrow down the search, and if it is happening upon changing values, filter all the onChange UI policies, and so on. This is usually caused by an incorrect condition in the UI policy condition OR a Catalog UI policy action in an empty variable so try to find a UI policy exhibiting this configuration. Disable the suspected UI policies, and do a cache.do and retry the transaction to see if this fixes the issue (test in subproduction).