AI Overview

Resolution Steps
To resolve the "Something Went Wrong" error, follow the steps below:Step 1: Visit the iCart App Dashboard ➝ Log in to your Shopify admin panel. ➝ Navigate to the iCart Cart Drawer Cart upsell app dashboard.Step 2: Access General Settings ➝ Within the iCart app dashboard, locate and click on the "General Settings" option. ➝ This will open the general settings page.Step 3: Find the "Custom Script" Option ➝ Scroll down the general settings page until you find the "Custom script (use this option to do a custom script where iCart doing anything)" option. ➝ This option allows you to add a custom script to handle specific scenarios.Step 4: Add the Code ➝ In the "Custom script" option, add the following code:icartWaitForRedirect=true;➝ This code helps to add delay in checkout process and prevent the occurrence of the error message.Step 5: Save and Apply Changes
➝ After adding the code, save the changes by clicking on the "Save" button. Ensure that the changes are successfully applied.Please find the below screenshot of the above step's quick action
By following these steps and adding the provided code in the iCart app's general settings, you should be able to resolve the "Something Went Wrong" error that occurs during the checkout process. This code helps mitigate delays in execution and ensures a smoother checkout experience for your customers.➞ If the issue is still persist, please try with below code and replace it with the added code.window.icartWaitForRedirect = 1000;To verify the resolution, kindly check it in a private window and please don't be hesitate to contact our support team if the issue is still persist.