My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
we are experiencing the same issue. Anyone found solution? Customers are getting very frustrated. We are using Elbrus. The problem has started around the same time few weeks ago. And to confirm, we do have this code in checkout.ssp: environmentParameters.push('X-SC-Touchpoint=checkout');
-
Thank you for looking into this and suggestions. I came to the same conclusion. It seems it works only with inventory items as it's using "exclude from shipping" field functionality to make this work. I tried to find alternative solutions and at the end gave up and had all non-inventory items converted to inventory.
-
One of the possible options if it fits your client's workflow - utilizing "pending approval" order status for future orders. When it's in pending approval status, items will not be commited until it changes to pending fulfillment. Another option is to check the option "Allow Uncommitted" (accounting/order preferences) -…
-
that's code which solved that issue (its code by Guido at Upwork guidohernandevita@gmail.com) function DecryptAES(pChallenge, pMin) { var enc_string = pChallenge; var keyString = pMin; var keyData_org = keyString.split('').map(mapCode); var len = keyData_org.length; for (var i = 16; i > len; i--) { keyData_org.push(0); }…