Aaron McCausland
10/29/2024, 6:28 PM{
"errorStatusCode": "400",
"errorCode": "ERR_WS_FIELD_NOT_SUPPORTED",
"errorMessage": "You have attempted an unsupported action."
}
The errorMessage appears in a little pink error notification in one place on the checkout page, or three places if it's one-page checkout.
It doesn't really tell me much, and I don't see any Server Script Logs about it when I search them.
Whatever is throwing this error seems to also be preventing the user from advancing to the next checkout step.vicky
10/29/2024, 6:42 PMAaron McCausland
10/29/2024, 6:45 PMAaron McCausland
10/29/2024, 6:46 PMvicky
10/29/2024, 6:49 PMAaron McCausland
10/29/2024, 6:49 PM{
"module": "order_wizard_shipmethod_module",
"position": "AFTER",
"fields": [
{
"internalid": "custbody_checkout_specshipinstr_header",
"position": "After",
"module": "Shipping Method",
"type": "Header",
"label": "Special Shipping Instructions",
"placeholder": "",
"mandatory": false,
"maxfieldlength": null
},
{
"internalid": "custbody_checkout_specshipinstr",
"position": "After",
"module": "Shipping Method",
"type": "Text Area",
"label": "Please note any special instructions for your delivery address:",
"placeholder": "",
"mandatory": false,
"maxfieldlength": null
},
{
"internalid": "custbody_checkout_deliveryhoursfrom",
"position": "After",
"module": "Shipping Method",
"type": "Free-Form Text",
"label": "Please confirm your delivery hours:",
"placeholder": "Morning, e.g. 8:00 AM",
"mandatory": false,
"maxfieldlength": null
},
{
"internalid": "custbody_checkout_deliveryhoursto",
"position": "After",
"module": "Shipping Method",
"type": "Free-Form Text",
"label": "",
"placeholder": "Afternoon, e.g. 5:00 PM",
"mandatory": false,
"maxfieldlength": null
},
{
"internalid": "custbody_checkout_liftgaterequired",
"position": "After",
"module": "Shipping Method",
"type": "Check Box",
"label": "Is lift-gate required?",
"placeholder": "",
"mandatory": false,
"maxfieldlength": null
},
{
"internalid": "custbody_checkout_custpickup_instr_header",
"position": "After",
"module": "Shipping Method",
"type": "Header",
"label": "Pick-up instructions (will be included on your order confirmation):",
"placeholder": "",
"mandatory": false,
"maxfieldlength": null
},
{
"internalid": "custbody_checkout_custpickup_instr",
"position": "After",
"module": "Shipping Method",
"type": "Text Area",
"label": "",
"placeholder": "",
"mandatory": false,
"maxfieldlength": null
}
],
"custbody_checkout_specshipinstr": "",
"custbody_checkout_deliveryhoursfrom": "",
"custbody_checkout_deliveryhoursto": "",
"custbody_checkout_liftgaterequired": false,
"custbody_checkout_custpickup_instr": ""
}
Now, there is at least one more field on the form that is not appearing in the submit request, and that field is custbody_checkout_hasreadtcsAaron McCausland
10/29/2024, 6:50 PMAaron McCausland
10/29/2024, 6:50 PMvicky
10/29/2024, 6:50 PMvicky
10/29/2024, 6:50 PMvicky
10/29/2024, 6:52 PMvicky
10/29/2024, 6:52 PMAaron McCausland
10/29/2024, 6:52 PMvicky
10/29/2024, 6:52 PMvicky
10/29/2024, 6:53 PMAaron McCausland
10/29/2024, 6:54 PMAaron McCausland
10/29/2024, 6:55 PMvicky
10/29/2024, 6:55 PMvicky
10/29/2024, 6:56 PMAaron McCausland
10/29/2024, 6:56 PMvicky
10/29/2024, 6:56 PMAaron McCausland
10/29/2024, 7:11 PMAaron McCausland
10/29/2024, 7:11 PMvicky
10/29/2024, 7:11 PM